diff options
-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 %> |