File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -60,21 +60,13 @@ export class MatDialogConfig {
60
60
/** Min-width of the dialog. */
61
61
minWidth ?: string = '' ;
62
62
63
- /**
64
- * Min-height of the dialog.
65
- * For this value to be effectively applied, `height` may also need to be defined.
66
- * See https://www.w3.org/TR/CSS2/visudet.html#min-max-widths
67
- */
63
+ /** Min-height of the dialog */
68
64
minHeight ?: string = '' ;
69
65
70
66
/** Max-width of the dialog. */
71
67
maxWidth ?: string = '80vw' ;
72
68
73
- /**
74
- * Max-height of the dialog.
75
- * For this value to be effectively applied, `height` may also need to be defined.
76
- * See https://www.w3.org/TR/CSS2/visudet.html#min-max-widths
77
- */
69
+ /** Max-height of the dialog */
78
70
maxHeight ?: string = '' ;
79
71
80
72
/** Position overrides. */
You can’t perform that action at this time.
0 commit comments