Skip to content

Commit

Permalink
fix(material-experimental/mdc-snack-bar): button pushed outside conta…
Browse files Browse the repository at this point in the history
…iner (#20696)

Fixes a regression from #20690 that caused the snack bar button to be pushed outside of the container.
  • Loading branch information
crisbeto committed Oct 1, 2020
1 parent 2dbbc0d commit 50d3f29
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,5 +21,5 @@
.mat-mdc-snack-bar-label {
// Note that we need to include the full `flex` shorthand
// declaration so the container doesn't collapse on IE11.
flex: 1 0 auto;
flex: 1 1 auto;
}

0 comments on commit 50d3f29

Please sign in to comment.