]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix #15652: Set `position: relative` on .{radio,checkbox}-inline
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Fri, 23 Jan 2015 19:14:10 +0000 (14:14 -0500)
committerChris Rebert <code@rebertia.com>
Sat, 21 Feb 2015 04:10:04 +0000 (20:10 -0800)
Closes #15656 by merging it.

less/forms.less

index c86e8b536ad3230d73000ff9a5fe4a0824343b0e..8bfbc4ba60433fb4201087c2c000226f6f364c65 100644 (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;