Skip to content

Commit a30dc0b

Browse files
chore(dialog): address feedback regarding over-verbose comments
1 parent 3582d14 commit a30dc0b

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/lib/dialog/dialog-config.ts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,13 @@ export class MatDialogConfig {
6060
/** Min-width of the dialog. */
6161
minWidth?: string = '';
6262

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 */
6864
minHeight?: string = '';
6965

7066
/** Max-width of the dialog. */
7167
maxWidth?: string = '80vw';
7268

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 */
7870
maxHeight?: string = '';
7971

8072
/** Position overrides. */

0 commit comments

Comments
 (0)