Skip to content

Commit cbfe3af

Browse files
committed
v4.5.1
1 parent 730624d commit cbfe3af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.0",
3+
"version": "4.5.1",
44
"description": "netdata UI kit",
55
"main": "dist/index.js",
66
"module": "dist/es6/index.js",

src/components/table/header/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const Header = ({
3636
background="mainBackground"
3737
gap={1}
3838
alignItems="center"
39+
padding={[1, 0]}
3940
{...tableMeta.bulkActionsStyles}
4041
>
4142
{typeof title === "string" ? <TextBig strong>{title}</TextBig> : title}

0 commit comments

Comments
 (0)