1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Fix #15652: Set position: relative on .{radio,checkbox}-inline

Closes #15656 by merging it.
This commit is contained in:
Kevin Kirsche 2015-01-23 14:14:10 -05:00 committed by Chris Rebert
parent 074419298e
commit b4a5f89ab3

View file

@ -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;