Skip to content

Commit

Permalink
IE auto-size input-group to column (#30043)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorimvanhove authored and XhmikosR committed Jan 23, 2020
1 parent fdc26cc commit 824ab9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/_input-group.scss
Expand Up @@ -16,7 +16,8 @@
> .custom-select,
> .custom-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 824ab9e

Please sign in to comment.