Skip to content

Commit

Permalink
fix: add line height to unsortable columns on sortable datatable (car…
Browse files Browse the repository at this point in the history
  • Loading branch information
pmweeks98 committed Jun 3, 2022
1 parent 864e94a commit d753cef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
> .#{$prefix}--table-header-label {
padding-right: $spacing-05;
padding-left: $spacing-05;
line-height: 1;
}

// -------------------------------------
Expand Down

0 comments on commit d753cef

Please sign in to comment.