Skip to content

Commit 796a315

Browse files
committed
fixup! fix(material/dialog): css structure change
1 parent f67866b commit 796a315

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/material/dialog/_mdc-dialog-structure-overrides.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
// this for the dialog content scrolling (as explained above), and since we allow for
3232
// custom positioning through overlay configuration, we remove the rectangle
3333
// restrictions and scale based on the CDK overlay container.
34-
&,
35-
.mdc-dialog__container,
36-
.mdc-dialog__surface {
34+
&, .mdc-dialog__container, .mdc-dialog__surface {
3735
max-height: inherit;
3836
min-height: inherit;
3937
min-width: inherit;

0 commit comments

Comments
 (0)