mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix min-width of input-group flex items (#29209)
This commit is contained in:
parent
d94148bf50
commit
2e0a16f461
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
> .form-file {
|
||||
position: relative; // For focus state's z-index
|
||||
flex: 1 1 0%;
|
||||
min-width: 0; // https://stackoverflow.com/questions/36247140/why-dont-flex-items-shrink-past-content-size
|
||||
margin-bottom: 0;
|
||||
|
||||
+ .form-control,
|
||||
|
|
Loading…
Add table
Reference in a new issue