0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

vertically center .form-group contents in inline forms

fixes broken inline form example mentioned in #21407
This commit is contained in:
Mark Otto 2016-12-25 14:18:45 -08:00 committed by Mark Otto
parent 30fd1590d3
commit 4cd426963b

View File

@ -324,6 +324,7 @@ select.form-control-lg {
display: flex;
flex: 0 0 auto;
flex-flow: row wrap;
align-items: center;
margin-bottom: 0;
}