Merge branch 'master' of github.com:anteo/redmine_custom_workflows

This commit is contained in:
Karel Pičman 2020-01-21 14:50:30 +01:00
commit 640f3aa077

View File

@ -51,8 +51,8 @@ table.list.custom-workflows tr.disabled {
font-size: 11px; font-size: 11px;
} }
#custom_workflow_enabled_projects ul { #custom_workflow_enabled_projects ul.root {
max-height: 200px; max-height: 400px;
overflow-y: auto; overflow-y: auto;
} }