Skip to content

Commit

Permalink
fix(snackbar): add explicit width for label to wrap in ie11 (#5497)
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanG23 authored Jan 21, 2020
1 parent e8a9936 commit cd49033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-snackbar/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
@include feature-targeting-mixins.targets($feat-structure) {
@include rtl-mixins.reflexive-property(padding, 16px, variables.$padding);

width: 100%;
flex-grow: 1;
box-sizing: border-box;
margin: 0;
Expand Down

0 comments on commit cd49033

Please sign in to comment.