Prevent flexbox from shrinking inputs
This commit is contained in:
parent
7fe17e93e2
commit
324b57c207
|
@ -475,6 +475,7 @@ select {
|
|||
.input-append {
|
||||
display: inline-block;
|
||||
margin-bottom: 0;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.control-group {
|
||||
|
|
Loading…
Reference in New Issue