0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Move the gap between inline checkboxes to right (#22607)

This commit is contained in:
Tomáš Kout 2017-08-13 23:58:47 +02:00 committed by Mark Otto
parent 0bc39aa30a
commit 453a5fa033

View File

@ -241,14 +241,11 @@ select.form-control-lg {
// Radios and checkboxes on same line
.form-check-inline {
display: inline-block;
margin-right: $form-check-inline-margin-x;
.form-check-label {
vertical-align: middle;
}
+ .form-check-inline {
margin-left: $form-check-inline-margin-x;
}
}