Skip to content

Commit

Permalink
Move custom step margins to scss
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 5, 2018
1 parent e0d891b commit c01f7d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions client/galaxy/style/scss/base.scss
Expand Up @@ -626,6 +626,9 @@ div.toolFormRow {
min-height: 16px;
}
.toolFormBody {
padding: 0;
margin-left: 6px;
margin-right: 6px;
.rule {
height: 0;
border: none;
Expand Down
6 changes: 0 additions & 6 deletions templates/webapps/galaxy/workflow/editor.mako
Expand Up @@ -91,12 +91,6 @@
overflow: none;
}
div.toolFormInCanvas div.toolFormBody {
padding: 0;
margin-left: 6px;
margin-right: 6px;
}
.panel-header-button-group {
margin-right: 5px;
padding-right: 5px;
Expand Down

0 comments on commit c01f7d2

Please sign in to comment.