From a7b0774ac7cc07fcda8cc0cfc37b57845f82e4d2 Mon Sep 17 00:00:00 2001 From: Wendy Yang Date: Wed, 11 Sep 2019 20:14:49 -0400 Subject: [PATCH] fix(table): table header vertical align bottom --- terminus-ui/table/src/table.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/terminus-ui/table/src/table.component.scss b/terminus-ui/table/src/table.component.scss index b246e26cc..cd777fc4a 100644 --- a/terminus-ui/table/src/table.component.scss +++ b/terminus-ui/table/src/table.component.scss @@ -109,6 +109,7 @@ $ts-row-hover: rgba(color(utility, xlight), .5); // Header cell .ts-header-cell { + vertical-align: bottom; // If the column isn't sortable, add padding here that would normally be added by // `ts-sort-header-container` &:not(.ts-sortable) {