Merge pull request #143 from NormanEdance/master

Fix #142
This commit is contained in:
Karel Picman 2019-10-11 12:45:23 +02:00 committed by GitHub
commit 379d976a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}