We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730624d commit cbfe3afCopy full SHA for cbfe3af
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@netdata/netdata-ui",
3
- "version": "4.5.0",
+ "version": "4.5.1",
4
"description": "netdata UI kit",
5
"main": "dist/index.js",
6
"module": "dist/es6/index.js",
src/components/table/header/index.js
@@ -36,6 +36,7 @@ const Header = ({
36
background="mainBackground"
37
gap={1}
38
alignItems="center"
39
+ padding={[1, 0]}
40
{...tableMeta.bulkActionsStyles}
41
>
42
{typeof title === "string" ? <TextBig strong>{title}</TextBig> : title}
0 commit comments