Skip to content

Commit 9d4a34a

Browse files
theelyandrewseguin
authored andcommitted
fix(dialog): add flex wrap to style (#4846)
Adding flex-wrap: wrap; would decrease the likelihood of hiding buttons on small screens.
1 parent 157bda1 commit 9d4a34a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/dialog/dialog.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ $mat-dialog-max-height: 65vh !default;
4343
.mat-dialog-actions {
4444
padding: $mat-dialog-padding / 2 0;
4545
display: flex;
46+
flex-wrap: wrap;
4647

4748
&:last-child {
4849
// If the actions are the last element in a dialog, we need to pull them down

0 commit comments

Comments
 (0)