vertically center .form-group contents in inline forms
fixes broken inline form example mentioned in #21407
This commit is contained in:
parent
30fd1590d3
commit
4cd426963b
1 changed files with 1 additions and 0 deletions
|
|
@ -324,6 +324,7 @@ select.form-control-lg {
|
|||
display: flex;
|
||||
flex: 0 0 auto;
|
||||
flex-flow: row wrap;
|
||||
align-items: center;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue