diff --git a/app/views/issues/show.rhtml b/app/views/issues/show.rhtml
index 6c83c44..b78908b 100644
--- a/app/views/issues/show.rhtml
+++ b/app/views/issues/show.rhtml
@@ -87,10 +87,11 @@
<% end %>
-<%= render :partial => 'action_menu', :locals => {:replace_watcher => 'watcher2' } %>
+<%= render :partial => 'action_menu', :locals => {:replace_watcher => 'watcher2' } %>
+
<% if authorize_for('issues', 'edit') %>
<%= l(:button_update) %>
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 577cdb2..baf5bd2 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -67,7 +67,7 @@ h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; bord
#main {background-color:#EEEEEE;}
-#sidebar{ float: right; width: 17%; position: relative; z-index: 9; min-height: 600px; padding: 0; margin: 0;}
+#sidebar{ float: right; width: 17%; position: relative; z-index: 9; padding: 0; margin: 0;}
* html #sidebar{ width: 17%; }
#sidebar h3{ font-size: 14px; margin-top:14px; color: #666; }
#sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }