Skip to content

Commit 3d6f326

Browse files
andrewseguinjosephperrott
authored andcommitted
fix(table): minor styling fix to expandable rows (#11569)
1 parent b090f6d commit 3d6f326

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/material-examples/table-expandable-rows/table-expandable-rows-example.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ tr.example-element-row:not(.example-expanded-row):active {
3434

3535
.example-element-symbol {
3636
font-weight: bold;
37-
font-size: 48px;
37+
font-size: 40px;
38+
line-height: normal;
3839
}
3940

4041
.example-element-description {

0 commit comments

Comments
 (0)