Skip to content

Commit 4a79dd4

Browse files
andrewseguinkara
authored andcommitted
style(table): table rows expand to fit content (#5829)
Fixes #5827
1 parent df1ddee commit 4a79dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/table/table.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $mat-row-horizontal-padding: 24px;
1010
border-bottom-width: 1px;
1111
border-bottom-style: solid;
1212
align-items: center;
13-
height: $mat-row-height;
13+
min-height: $mat-row-height;
1414
padding: 0 $mat-row-horizontal-padding;
1515
}
1616

0 commit comments

Comments
 (0)