Skip to content

Commit

Permalink
RuleBuilder - Set a minimum width for column selectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Apr 18, 2018
1 parent f6066d3 commit 5bd4583
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/galaxy/scripts/components/RuleCollectionBuilder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,9 @@ export default {
width: 100%;
/* overflow: scroll; */
}
.select2-container {
min-width: 60px;
}
.vertical #hot-table {
width: 100%;
overflow: scroll;
Expand Down

0 comments on commit 5bd4583

Please sign in to comment.