Skip to content

Commit

Permalink
fix(table): inaccurate row height (#8303)
Browse files Browse the repository at this point in the history
Fixes the table border throwing of the table row height by one pixel.

Fixes #8299.
  • Loading branch information
crisbeto authored and andrewseguin committed Jan 12, 2018
1 parent 7187670 commit baa8a6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/table/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ $mat-row-horizontal-padding: 24px;
border-bottom-style: solid;
align-items: center;
padding: 0 $mat-row-horizontal-padding;
box-sizing: border-box;

// Workaround for https://goo.gl/pFmjJD in IE 11. Adds a pseudo
// element that will stretch the row the correct height. See:
Expand Down

0 comments on commit baa8a6e

Please sign in to comment.