From f18f860b30613015a39f7eb5ee2b55b8d92d33d3 Mon Sep 17 00:00:00 2001 From: Norman E Date: Fri, 11 Oct 2019 16:34:56 +0600 Subject: [PATCH] Fix #142 Fix vertical scroll issue --- assets/stylesheets/custom_workflows.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/stylesheets/custom_workflows.css b/assets/stylesheets/custom_workflows.css index 1e923ae..0691e85 100644 --- a/assets/stylesheets/custom_workflows.css +++ b/assets/stylesheets/custom_workflows.css @@ -51,8 +51,8 @@ table.list.custom-workflows tr.disabled { font-size: 11px; } -#custom_workflow_enabled_projects ul { - max-height: 200px; +#custom_workflow_enabled_projects ul.root { + max-height: 400px; overflow-y: auto; } @@ -63,4 +63,4 @@ table.list.custom-workflows tr.disabled { .icon-export { background-image: url(../images/import.png); -} \ No newline at end of file +}