We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da4caa commit 1a05339Copy full SHA for 1a05339
src/material-experimental/mdc-dialog/dialog.scss
@@ -35,10 +35,10 @@ $mat-dialog-button-horizontal-margin: 8px !default;
35
justify-content: start;
36
37
// .align-center and .align-end are set by directive input "align"
38
- &.mat-mdc-dialog-actions-align-center {
+ &.mat-mdc-dialog-actions-align-center, &[align='center'] {
39
justify-content: center;
40
}
41
- &.mat-mdc-dialog-actions-align-end {
+ &.mat-mdc-dialog-actions-align-end, &[align='end'] {
42
justify-content: flex-end;
43
44
0 commit comments