Skip to content

Commit

Permalink
fix: add line height to unsortable columns on sortable datatable (#9311)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmweeks98 committed May 12, 2022
1 parent d7e7865 commit ea3d24e
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 ea3d24e

Please sign in to comment.