diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-11-27 09:54:16 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-11-27 09:54:16 +0000 |
commit | d180c833b90f5419aae48ddcc4912562f0455d7f (patch) | |
tree | 959f1d21fcffae0155278128b77e35e6acb2cd08 /app | |
parent | 6608cda084e7720b319981e588001cc16f9d2f44 (diff) | |
download | redmine-d180c833b90f5419aae48ddcc4912562f0455d7f.tar.gz redmine-d180c833b90f5419aae48ddcc4912562f0455d7f.zip |
Fixed: Layout problem in workflow overview (#6990).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4428 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/workflows/index.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/workflows/index.rhtml b/app/views/workflows/index.rhtml index 9f06269b6..bed6a34dc 100644 --- a/app/views/workflows/index.rhtml +++ b/app/views/workflows/index.rhtml @@ -5,6 +5,7 @@ <% if @workflow_counts.empty? %> <p class="nodata"><%= l(:label_no_data) %></p> <% else %> +<div class="autoscroll"> <table class="list"> <thead> <tr> @@ -30,4 +31,5 @@ <% end -%> </tbody> </table> +</div> <% end %> |