Skip to content

Commit 50d3f29

Browse files
authored
fix(material-experimental/mdc-snack-bar): button pushed outside container (#20696)
Fixes a regression from #20690 that caused the snack bar button to be pushed outside of the container.
1 parent 2dbbc0d commit 50d3f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/mdc-snack-bar/snack-bar-container.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
.mat-mdc-snack-bar-label {
2222
// Note that we need to include the full `flex` shorthand
2323
// declaration so the container doesn't collapse on IE11.
24-
flex: 1 0 auto;
24+
flex: 1 1 auto;
2525
}

0 commit comments

Comments
 (0)