diff options
| author | Mark Otto <[email protected]> | 2017-08-07 22:25:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-10 22:36:35 -0700 |
| commit | 006590ed9a7e39c4fac96cf732d5241edd95a59c (patch) | |
| tree | b25f4a969e3742e4174ec1ea43da1cf0b15f09fe /scss/_forms.scss | |
| parent | 3fbdedbf22dc9257e06d73b13f6db7244dbda7cb (diff) | |
| download | bootstrap-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.scss | 4 |
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 |
