Skip to content

Commit

Permalink
fix(table): fixed left alignment of table headers
Browse files Browse the repository at this point in the history
  • Loading branch information
marcJV committed Nov 11, 2020
1 parent 76c42fa commit 747dc24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/DataTable/_data-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ html[dir='rtl'] {
.#{$prefix}--table-sort {
padding-left: $spacing-04;
padding-right: $spacing-04;

.#{$prefix}--table-header-label {
padding-left: 0;
padding-right: 0;
}
}
}

Expand Down

0 comments on commit 747dc24

Please sign in to comment.