Skip to content

Commit

Permalink
style(table): table rows expand to fit content (#5829)
Browse files Browse the repository at this point in the history
Fixes #5827
  • Loading branch information
andrewseguin authored and kara committed Jul 20, 2017
1 parent df1ddee commit 4a79dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/table/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $mat-row-horizontal-padding: 24px;
border-bottom-width: 1px;
border-bottom-style: solid;
align-items: center;
height: $mat-row-height;
min-height: $mat-row-height;
padding: 0 $mat-row-horizontal-padding;
}

Expand Down

0 comments on commit 4a79dd4

Please sign in to comment.