Prevent flexbox from shrinking inputs

This commit is contained in:
Kris 2018-10-02 10:42:49 -04:00
parent 7fe17e93e2
commit 324b57c207
1 changed files with 1 additions and 0 deletions

View File

@ -475,6 +475,7 @@ select {
.input-append {
display: inline-block;
margin-bottom: 0;
flex: 0 0 auto;
}
.control-group {