Skip to content

Commit c5fd98a

Browse files
crisbetommalerba
authored andcommitted
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. (cherry picked from commit 50d3f29)
1 parent 2634c33 commit c5fd98a

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

Lines changed: 1 addition & 1 deletion
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)