Skip to content

Commit

Permalink
Merge pull request #30 from anuprulez/dev
Browse files Browse the repository at this point in the history
Take auto height for labels of radio buttons
  • Loading branch information
dannon authored Apr 3, 2018
2 parents fafcd6e + 40637a6 commit 2eccc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/galaxy/style/scss/ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ $ui-margin-horizontal-large: 10px;
.ui-radiobutton {
width: 100%;
label {
height: 23px;
height: auto;
line-height: 1em;
}

Expand Down

0 comments on commit 2eccc29

Please sign in to comment.