Skip to content

Commit

Permalink
fix empty history message being rendered on the bottom
Browse files Browse the repository at this point in the history
bs4 messes with out flex settings in some way
  • Loading branch information
martenson committed Apr 10, 2018
1 parent d5a345f commit 405ed92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/galaxy/style/scss/history.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
border-top: 1px solid $border-default-color;
}
&:empty {
flex-grow: 0;
flex-grow: 0 !important;
}
.list-item:first-child {
border-top-width: 0px;
Expand Down

0 comments on commit 405ed92

Please sign in to comment.