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; 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;
} }
@ -63,4 +63,4 @@ table.list.custom-workflows tr.disabled {
.icon-export { .icon-export {
background-image: url(../images/import.png); background-image: url(../images/import.png);
} }