aboutsummaryrefslogtreecommitdiff
path: root/scss/_forms.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-08-07 22:25:35 -0700
committerMark Otto <[email protected]>2017-08-10 22:36:35 -0700
commit006590ed9a7e39c4fac96cf732d5241edd95a59c (patch)
treeb25f4a969e3742e4174ec1ea43da1cf0b15f09fe /scss/_forms.scss
parent3fbdedbf22dc9257e06d73b13f6db7244dbda7cb (diff)
downloadbootstrap-006590ed9a7e39c4fac96cf732d5241edd95a59c.tar.xz
bootstrap-006590ed9a7e39c4fac96cf732d5241edd95a59c.zip
Remove broken CSS that tried to reset the absolute positioning when there was no text
Diffstat (limited to 'scss/_forms.scss')
-rw-r--r--scss/_forms.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss
index 519554b47..e884890e4 100644
--- a/scss/_forms.scss
+++ b/scss/_forms.scss
@@ -236,10 +236,6 @@ select.form-control-lg {
position: absolute;
margin-top: $form-check-input-margin-y;
margin-left: -$form-check-input-gutter;
-
- &:only-child {
- position: static;
- }
}
// Radios and checkboxes on same line