From: Kevin Kirsche Date: Fri, 23 Jan 2015 19:14:10 +0000 (-0500) Subject: Fix #15652: Set `position: relative` on .{radio,checkbox}-inline X-Git-Tag: v3.3.4~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4a5f89ab3a360d29994eea69b3bdce66115c244;p=thirdparty%2Fbootstrap.git Fix #15652: Set `position: relative` on .{radio,checkbox}-inline Closes #15656 by merging it. --- diff --git a/less/forms.less b/less/forms.less index c86e8b536a..8bfbc4ba60 100644 --- a/less/forms.less +++ b/less/forms.less @@ -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;