Skip to content

Commit

Permalink
Merge pull request #143 from NormanEdance/master
Browse files Browse the repository at this point in the history
Fix #142
  • Loading branch information
picman authored Oct 11, 2019
2 parents 45a99f0 + f18f860 commit 379d976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/stylesheets/custom_workflows.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand All @@ -63,4 +63,4 @@ table.list.custom-workflows tr.disabled {

.icon-export {
background-image: url(../images/import.png);
}
}

0 comments on commit 379d976

Please sign in to comment.