From 46cfa67129d8a7668eaf3580d42227dd218cc17a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Weeks?= Date: Thu, 12 May 2022 16:33:31 +0100 Subject: [PATCH] fix: add line height to unsortable columns on sortable datatable (#9311) --- .../styles/scss/components/data-table/sort/_data-table-sort.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/styles/scss/components/data-table/sort/_data-table-sort.scss b/packages/styles/scss/components/data-table/sort/_data-table-sort.scss index b70b8e8c1ce4..ceb74733b675 100644 --- a/packages/styles/scss/components/data-table/sort/_data-table-sort.scss +++ b/packages/styles/scss/components/data-table/sort/_data-table-sort.scss @@ -70,6 +70,7 @@ > .#{$prefix}--table-header-label { padding-right: $spacing-05; padding-left: $spacing-05; + line-height: 1; } // -------------------------------------