Skip to content

Commit

Permalink
Merge pull request #6874 from guerler/fix_rules_editor
Browse files Browse the repository at this point in the history
Fix rule editor element alignment
  • Loading branch information
jmchilton committed Oct 16, 2018
2 parents d144523 + da6c452 commit 168032f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/galaxy/scripts/mvc/ui/ui-rules-edit.js
Expand Up @@ -96,9 +96,9 @@ var View = Backbone.View.extend({
/** Main Template */
_template: function(options) {
return `
<div class="ui-rules-edit">
<div class="ui-rules-edit clearfix">
<span class="ui-rules-preview" />
<span class="ui-rules-edit-button" />
<span class="ui-rules-edit-button float-left" />
</div>
`;
},
Expand Down

0 comments on commit 168032f

Please sign in to comment.