Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
453a5fa0
Commit
453a5fa0
authored
7 years ago
by
Tomáš Kout
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Move the gap between inline checkboxes to right (#22607)
parent
0bc39aa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_forms.scss
+1
-4
scss/_forms.scss
with
1 addition
and
4 deletions
+1
-4
scss/_forms.scss
+
1
-
4
View file @
453a5fa0
...
@@ -241,14 +241,11 @@ select.form-control-lg {
...
@@ -241,14 +241,11 @@ select.form-control-lg {
// Radios and checkboxes on same line
// Radios and checkboxes on same line
.form-check-inline
{
.form-check-inline
{
display
:
inline-block
;
display
:
inline-block
;
margin-right
:
$form-check-inline-margin-x
;
.form-check-label
{
.form-check-label
{
vertical-align
:
middle
;
vertical-align
:
middle
;
}
}
+
.form-check-inline
{
margin-left
:
$form-check-inline-margin-x
;
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment