diff options
| author | Mark Otto <[email protected]> | 2016-12-25 14:18:45 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-25 15:48:44 -0800 |
| commit | 4cd426963b487880ab7642f5460c00eceb50a16b (patch) | |
| tree | cd36d5939806e290ab7844aab5ce06799e42298c | |
| parent | 30fd1590d3567818fd12c13dc3dad616900b7399 (diff) | |
| download | bootstrap-4cd426963b487880ab7642f5460c00eceb50a16b.tar.xz bootstrap-4cd426963b487880ab7642f5460c00eceb50a16b.zip | |
vertically center .form-group contents in inline forms
fixes broken inline form example mentioned in #21407
| -rw-r--r-- | scss/_forms.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 5bd86489a..0f0a3de30 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -324,6 +324,7 @@ select.form-control-lg { display: flex; flex: 0 0 auto; flex-flow: row wrap; + align-items: center; margin-bottom: 0; } |
