aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorKevin Kirsche <[email protected]>2015-01-23 14:14:10 -0500
committerChris Rebert <[email protected]>2015-02-20 20:10:04 -0800
commitb4a5f89ab3a360d29994eea69b3bdce66115c244 (patch)
treec7da79c7aae2ef09533a23c039b3924b2b0e0137 /less
parent074419298eca781ea0cbe3a9988f44f85afb3eef (diff)
downloadbootstrap-b4a5f89ab3a360d29994eea69b3bdce66115c244.tar.xz
bootstrap-b4a5f89ab3a360d29994eea69b3bdce66115c244.zip
Fix #15652: Set `position: relative` on .{radio,checkbox}-inline
Closes #15656 by merging it.
Diffstat (limited to 'less')
-rw-r--r--less/forms.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less
index c86e8b536..8bfbc4ba6 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;