Skip to content

Commit 07b4753

Browse files
committed
v4.5.9
1 parent 28e86fa commit 07b4753

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netdata/netdata-ui",
3-
"version": "4.5.8",
3+
"version": "4.5.9",
44
"description": "netdata UI kit",
55
"main": "dist/index.js",
66
"module": "dist/es6/index.js",

src/components/table/body/header/cell.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ const BodyHeaderCell = ({
8383
background: "columnHighlight",
8484
backgroundOpacity: "0.2",
8585
})}
86-
padding={isSubheader ? [0] : [1, 2]}
86+
padding={isSubheader ? [1, 2] : [0]}
8787
{...headStyles}
8888
column
8989
>
90-
<Flex flex column width="100%" alignItems={column.columnDef.align || "start"}>
90+
<Flex flex column width="100%" alignItems={column.columnDef.align || "start"} gap={1}>
9191
<LabelContainer
9292
alignItems="center"
9393
cursor={column.getCanSort() ? "pointer" : "default"}

0 commit comments

Comments
 (0)