Skip to content

Commit

Permalink
vertically center .form-group contents in inline forms
Browse files Browse the repository at this point in the history
fixes broken inline form example mentioned in #21407
  • Loading branch information
mdo committed Dec 25, 2016
1 parent 30fd159 commit 4cd4269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ select.form-control-lg {
display: flex;
flex: 0 0 auto;
flex-flow: row wrap;
align-items: center;
margin-bottom: 0;
}

Expand Down

0 comments on commit 4cd4269

Please sign in to comment.