File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ <h1>Single Expansion Panel</h1>
55 < mat-panel-description > This is a panel description.</ mat-panel-description >
66 < mat-panel-title > Panel Title</ mat-panel-title >
77 </ mat-expansion-panel-header >
8+
89 This is the content text that makes sense here.
10+ < mat-checkbox > Trigger a ripple</ mat-checkbox >
11+
912 < mat-action-row >
1013 < button mat-button (click) ="myPanel.expanded = false "> CANCEL</ button >
1114 < button mat-button > SAVE</ button >
Original file line number Diff line number Diff line change 1111}
1212
1313.mat-expansion-panel-content {
14- overflow : hidden ;
14+ .mat-expanded & {
15+ overflow : visible ;
16+ }
17+
18+ & , & .ng-animating {
19+ overflow : hidden ;
20+ }
1521}
1622
1723.mat-expansion-panel-body {
18- margin : 0 24px 16px ;
19- overflow : auto ;
24+ padding : 0 24px 16px ;
2025}
2126
2227.mat-expansion-panel-spacing {
You can’t perform that action at this time.
0 commit comments