Skip to content

Commit

Permalink
fix(table): table header vertical align bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
atlwendy authored and benjamincharity committed Sep 12, 2019
1 parent a729a92 commit a7b0774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terminus-ui/table/src/table.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ $ts-row-hover: rgba(color(utility, xlight), .5);

// Header cell
.ts-header-cell {
vertical-align: bottom;
// If the column isn't sortable, add padding here that would normally be added by
// `ts-sort-header-container`
&:not(.ts-sortable) {
Expand Down

0 comments on commit a7b0774

Please sign in to comment.