Skip to content

Commit 1a05339

Browse files
authored
Update dialog.scss
1 parent 5da4caa commit 1a05339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/material-experimental/mdc-dialog/dialog.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ $mat-dialog-button-horizontal-margin: 8px !default;
3535
justify-content: start;
3636

3737
// .align-center and .align-end are set by directive input "align"
38-
&.mat-mdc-dialog-actions-align-center {
38+
&.mat-mdc-dialog-actions-align-center, &[align='center'] {
3939
justify-content: center;
4040
}
41-
&.mat-mdc-dialog-actions-align-end {
41+
&.mat-mdc-dialog-actions-align-end, &[align='end'] {
4242
justify-content: flex-end;
4343
}
4444

0 commit comments

Comments
 (0)