Skip to content

Commit 801eb50

Browse files
committed
fix(table): inaccurate row height
Fixes the table border throwing of the table row height by one pixel. Fixes #8299.
1 parent 8b3c8a5 commit 801eb50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/table/table.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ $mat-row-horizontal-padding: 24px;
1212
align-items: center;
1313
min-height: $mat-row-height;
1414
padding: 0 $mat-row-horizontal-padding;
15+
box-sizing: border-box;
1516
}
1617

1718
.mat-cell, .mat-header-cell {

0 commit comments

Comments
 (0)