diff options
| author | Tomáš Kout <[email protected]> | 2017-08-13 23:58:47 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-13 14:58:47 -0700 |
| commit | 453a5fa03355300293e7012c3e421feadd69a26b (patch) | |
| tree | 5c4d17bd91fd1b2ada44335f86c1eaaa21044070 /scss | |
| parent | 0bc39aa30aec905f1449c720423093a379def024 (diff) | |
| download | bootstrap-453a5fa03355300293e7012c3e421feadd69a26b.tar.xz bootstrap-453a5fa03355300293e7012c3e421feadd69a26b.zip | |
Move the gap between inline checkboxes to right (#22607)
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_forms.scss | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index e884890e4..83d879737 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -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; - } } |
