Commit 4cd42696 authored by Mark Otto's avatar Mark Otto Committed by Mark Otto
Browse files

vertically center .form-group contents in inline forms

fixes broken inline form example mentioned in #21407
parent 30fd1590
Showing with 1 addition and 0 deletions
+1 -0
...@@ -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;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment