Skip to content

Commit f2551da

Browse files
committed
v5.0.56
1 parent f7329aa commit f2551da

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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": "5.0.55",
3+
"version": "5.0.56",
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
@@ -41,6 +41,7 @@ const Header = ({
4141
padding={[2, 3]}
4242
round
4343
border={{ side: ["vertical", "top"] }}
44+
flexWrap
4445
{...tableMeta.bulkActionsStyles}
4546
>
4647
{typeof title === "string" ? <TextBig strong>{title}</TextBig> : title}

0 commit comments

Comments
 (0)