diff -r 94a6e3687c45 -r b18f581b260a plugins/redmine_tags/app/views/projects/_tags_form.html.erb
--- a/plugins/redmine_tags/app/views/projects/_tags_form.html.erb
+++ b/plugins/redmine_tags/app/views/projects/_tags_form.html.erb
@@ -1,10 +1,9 @@
 <%= labelled_fields_for :project, project do |f| -%>
 <div>
   <p id="project_tags"><%= f.text_field :tag_list, :label => :tags, :size => 60, :class => 'hol' %>
-    <br />
     <em class="info"><%= l(:text_tags_info).html_safe %></em>
   </p>
-  <div id="project_tag_candidates" class="autocomplete"></div>
+  <div id="project_tag_candidates" class="autocomplete" style="margin-top: 0;"></div>
   <%= stylesheet_link_tag 'jquery.tagit.css', :plugin => 'redmine_tags' %>
   <%= stylesheet_link_tag 'redmine_tags', :plugin => 'redmine_tags' %>
   <%= javascript_include_tag 'tag-it', :plugin => 'redmine_tags' %>
