1
0
Fork 0
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:
Shohei Yoshida 2019-08-06 16:54:53 +09:00 committed by XhmikosR
parent d94148bf50
commit 2e0a16f461

View file

@ -16,6 +16,7 @@
> .form-file { > .form-file {
position: relative; // For focus state's z-index position: relative; // For focus state's z-index
flex: 1 1 0%; flex: 1 1 0%;
min-width: 0; // https://stackoverflow.com/questions/36247140/why-dont-flex-items-shrink-past-content-size
margin-bottom: 0; margin-bottom: 0;
+ .form-control, + .form-control,