Skip to content

Commit

Permalink
Clean input group flex basis (#28785)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysds authored and XhmikosR committed May 28, 2019
1 parent ca05842 commit 5a730b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scss/_input-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
> .custom-select,
> .custom-file {
position: relative; // For focus state's z-index
flex: 1 1 auto;
// Add width 1% and flex-basis auto to ensure that button will not wrap out
// the column. Applies to IE Edge+ and Firefox. Chrome does not require this.
width: 1%;
flex: 1 1 0%;
margin-bottom: 0;

+ .form-control,
Expand Down

0 comments on commit 5a730b9

Please sign in to comment.