Skip to content

Commit dcf1074

Browse files
josephperrottandrewseguin
authored andcommitted
Handle overflow in .mat-expansion-panel-body. (#7012)
1 parent 947d3e8 commit dcf1074

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/expansion/expansion-panel.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
}
1616

1717
.mat-expansion-panel-body {
18-
padding: 0 24px 16px;
18+
margin: 0 24px 16px;
19+
overflow: auto;
1920
}
2021

2122
.mat-expansion-panel-spacing {

0 commit comments

Comments
 (0)