Skip to content

Commit 6703605

Browse files
josephperrottjelbourn
authored andcommitted
fix(snackbar): override min-width of snackbar on mobile (#13880)
1 parent 436809c commit 6703605

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/snack-bar/snack-bar-container.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ $mat-snack-bar-spacing-margin-handset: 8px !default;
3434
.mat-snack-bar-container {
3535
margin: $mat-snack-bar-spacing-margin-handset;
3636
max-width: 100%;
37+
min-width: 0;
3738
width: 100%;
3839
}
3940
}

0 commit comments

Comments
 (0)