Skip to content

Commit d574a19

Browse files
authored
Merge pull request topcoderinc#426 from topcoderinc/issue-274
fixes issue 274
2 parents 5233db4 + b221973 commit d574a19

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/styles.scss

+5
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ mat-form-field {
4949
margin: 0;
5050
}
5151

52+
// center align modal action buttons
53+
.mat-dialog-actions {
54+
justify-content: center;
55+
}
56+
5257
// temporary fix for expansion panels inside mat dialog
5358
.mat-dialog-content .mat-expansion-panel {
5459

0 commit comments

Comments
 (0)