1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 09:04:14 +02:00

Remove broken CSS that tried to reset the absolute positioning when there was no text

This commit is contained in:
Mark Otto
2017-08-07 22:25:35 -07:00
committed by Mark Otto
parent 3fbdedbf22
commit 006590ed9a
2 changed files with 3 additions and 7 deletions

View File

@@ -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