Skip to content

Commit

Permalink
fix: remove sortable first column left padding override
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm2377 committed Apr 8, 2019
1 parent e2dc978 commit df436f0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/data-table-v2/_data-table-v2-sort.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,6 @@
padding-right: $spacing-03;
}

.#{$prefix}--data-table--sort th:first-of-type.#{$prefix}--table-column-checkbox,
.#{$prefix}--data-table--sort td:first-of-type {
padding-left: $spacing-04;
}

.#{$prefix}--data-table--sort th:first-of-type .#{$prefix}--table-sort {
padding-left: $spacing-04;
}
Expand Down

0 comments on commit df436f0

Please sign in to comment.