We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43cccdc + c7abbd0 commit 7d317f3Copy full SHA for 7d317f3
src/styles.scss
@@ -49,3 +49,25 @@ mat-form-field {
49
margin: 0;
50
}
51
52
+// temporary fix for expansion panels inside mat dialog
53
+.mat-dialog-content .mat-expansion-panel {
54
+
55
+ .mat-expansion-panel-header {
56
+ height: 48px;
57
+ }
58
59
+ .mat-expansion-panel-content {
60
+ height: 0;
61
62
63
+ &.mat-expanded {
64
65
66
+ height: 64px;
67
68
69
70
+ height: auto;
71
72
73
+}
0 commit comments