Skip to content

Commit 2ad2dc2

Browse files
KiarokhLucyChyzhova
authored andcommitted
fix(table): ensure table header content i vertically center-aligned
1 parent 92bb981 commit 2ad2dc2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/table/table.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,14 @@ $height-of-aggregations-row: 1.5rem;
8181
}
8282

8383
.tabulator-col-content {
84-
padding-right: $width-of-sorter-arrow;
84+
padding: 0 $width-of-sorter-arrow 0 0.25rem;
8585
}
8686
}
8787

8888
.tabulator-col-title-holder {
89+
height: 1.75rem;
8990
display: flex;
91+
align-items: center;
9092
gap: 0.25rem;
9193
}
9294

0 commit comments

Comments
 (0)