File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
material-experimental/mdc-dialog Expand file tree Collapse file tree 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;
2929 // aligns actions at the end of the container.
3030 justify-content : start ;
3131
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
3334 & .mat-mdc-dialog-actions-align-center , & [align = ' center' ] {
3435 justify-content : center ;
3536 }
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ $button-margin: 8px !default;
5656 // Pull the actions down to avoid their padding stacking with the dialog's padding.
5757 margin-bottom : - $padding ;
5858
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"
6060 // [align='center'] and [align='right'] are kept for backwards compability
6161 & .mat-dialog-actions-align-center , & [align = ' center' ] {
6262 justify-content : center ;
You can’t perform that action at this time.
0 commit comments