diff --git a/src/lib/dialog/dialog.scss b/src/lib/dialog/dialog.scss index f063e524bd5e..bb0f41a1da94 100644 --- a/src/lib/dialog/dialog.scss +++ b/src/lib/dialog/dialog.scss @@ -45,6 +45,7 @@ $mat-dialog-max-height: 65vh !default; .mat-dialog-actions { padding: $mat-dialog-padding / 2 0; display: flex; + flex-wrap: wrap; &:last-child { // If the actions are the last element in a dialog, we need to pull them down