Skip to content

Commit

Permalink
IE auto-size input-group to column (twbs#30043)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorimvanhove authored and olsza committed Oct 3, 2020
1 parent 6499209 commit e5c7789
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/forms/_input-group.scss
Expand Up @@ -15,7 +15,8 @@
> .form-select,
> .form-file {
position: relative; // For focus state's z-index
flex: 1 1 0%;
flex: 1 1 auto;
width: 1%;
min-width: 0; // https://stackoverflow.com/questions/36247140/why-dont-flex-items-shrink-past-content-size
margin-bottom: 0;

Expand Down

0 comments on commit e5c7789

Please sign in to comment.