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
4cd42696
Commit
4cd42696
authored
8 years ago
by
Mark Otto
Committed by
Mark Otto
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
vertically center .form-group contents in inline forms
fixes broken inline form example mentioned in #21407
parent
30fd1590
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_forms.scss
+1
-0
scss/_forms.scss
with
1 addition
and
0 deletions
+1
-0
scss/_forms.scss
+
1
-
0
View file @
4cd42696
...
@@ -324,6 +324,7 @@ select.form-control-lg {
...
@@ -324,6 +324,7 @@ select.form-control-lg {
display
:
flex
;
display
:
flex
;
flex
:
0
0
auto
;
flex
:
0
0
auto
;
flex-flow
:
row
wrap
;
flex-flow
:
row
wrap
;
align-items
:
center
;
margin-bottom
:
0
;
margin-bottom
:
0
;
}
}
...
...
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