Skip to content

Commit

Permalink
Fix #15652: Set position: relative on .{radio,checkbox}-inline
Browse files Browse the repository at this point in the history
Closes #15656 by merging it.
  • Loading branch information
kkirsche authored and cvrebert committed Feb 21, 2015
1 parent 0744192 commit b4a5f89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ input[type="search"] {
// Radios and checkboxes on same line
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
Expand Down

0 comments on commit b4a5f89

Please sign in to comment.