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
1 changed files with 1 additions and 0 deletions

View File

@ -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,