Skip to content

Commit

Permalink
BS4 - place rule builder buttons on one row again.
Browse files Browse the repository at this point in the history
Buttons got a bit bigger causing a row break in my two browsers at least, adding this extra 10 pixes seems to be enough.
  • Loading branch information
jmchilton committed Apr 3, 2018
1 parent b553d72 commit d7b4d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/galaxy/scripts/components/RuleCollectionBuilder.vue
Expand Up @@ -1859,7 +1859,7 @@ export default {
this.$nextTick(function() {
const fullWidth = $(".rule-builder-body").width();
hotTable.updateSettings({
width: fullWidth - 270
width: fullWidth - 280
});
});
}
Expand Down Expand Up @@ -2205,7 +2205,7 @@ export default {
padding: 5px;
}
.rules-container-vertical {
width: 270px;
width: 280px;
height: 400px;
}
.rules-container-horizontal {
Expand Down

0 comments on commit d7b4d5e

Please sign in to comment.