Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-08-08 08:25:35 +0300
committerMark Otto <markd.otto@gmail.com>2017-08-11 08:36:35 +0300
commit006590ed9a7e39c4fac96cf732d5241edd95a59c (patch)
treeb25f4a969e3742e4174ec1ea43da1cf0b15f09fe /scss/_forms.scss
parent3fbdedbf22dc9257e06d73b13f6db7244dbda7cb (diff)
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 519554b47d..e884890e48 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