From d7b4d5e9fd7e6c4c5196b46f9050d1af8a2e6947 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Tue, 3 Apr 2018 14:51:15 -0400 Subject: [PATCH] BS4 - place rule builder buttons on one row again. Buttons got a bit bigger causing a row break in my two browsers at least, adding this extra 10 pixes seems to be enough. --- client/galaxy/scripts/components/RuleCollectionBuilder.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/galaxy/scripts/components/RuleCollectionBuilder.vue b/client/galaxy/scripts/components/RuleCollectionBuilder.vue index 11c4e663e53b..09dc0d45d5b9 100644 --- a/client/galaxy/scripts/components/RuleCollectionBuilder.vue +++ b/client/galaxy/scripts/components/RuleCollectionBuilder.vue @@ -1859,7 +1859,7 @@ export default { this.$nextTick(function() { const fullWidth = $(".rule-builder-body").width(); hotTable.updateSettings({ - width: fullWidth - 270 + width: fullWidth - 280 }); }); } @@ -2205,7 +2205,7 @@ export default { padding: 5px; } .rules-container-vertical { - width: 270px; + width: 280px; height: 400px; } .rules-container-horizontal {