Skip to content

Commit

Permalink
fix(data-table-skeleton): vertical align middle for th (#2380)
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and asudoh committed May 2, 2019
1 parent f8b4131 commit 5a2ef94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/data-table/_data-table-skeleton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
.#{$prefix}--data-table.#{$prefix}--skeleton {
th {
border-bottom: 1px solid $brand-01;
vertical-align: middle;

&:nth-child(3n + 1) {
width: 10%;
Expand Down

0 comments on commit 5a2ef94

Please sign in to comment.