File tree 2 files changed +3
-2
lines changed
material-experimental/mdc-dialog
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ $mat-dialog-button-horizontal-margin: 8px !default;
29
29
// aligns actions at the end of the container.
30
30
justify-content : start ;
31
31
32
- // .align-center and .align-end are set by directive input "align"
32
+ // .mat-mdc-dialog-actions-align-{center|end} are set by directive input "align"
33
+ // [align='center'] and [align='right'] are kept for backwards compability
33
34
& .mat-mdc-dialog-actions-align-center , & [align = ' center' ] {
34
35
justify-content : center ;
35
36
}
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ $button-margin: 8px !default;
56
56
// Pull the actions down to avoid their padding stacking with the dialog's padding.
57
57
margin-bottom : - $padding ;
58
58
59
- // .align-center and . align-end are set by directive input "align"
59
+ // .mat-dialog-actions- align-{center| end} are set by directive input "align"
60
60
// [align='center'] and [align='right'] are kept for backwards compability
61
61
& .mat-dialog-actions-align-center , & [align = ' center' ] {
62
62
justify-content : center ;
You can’t perform that action at this time.
0 commit comments