We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7329aa commit f2551daCopy full SHA for f2551da
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@netdata/netdata-ui",
3
- "version": "5.0.55",
+ "version": "5.0.56",
4
"description": "netdata UI kit",
5
"main": "dist/index.js",
6
"module": "dist/es6/index.js",
src/components/table/header/index.js
@@ -41,6 +41,7 @@ const Header = ({
41
padding={[2, 3]}
42
round
43
border={{ side: ["vertical", "top"] }}
44
+ flexWrap
45
{...tableMeta.bulkActionsStyles}
46
>
47
{typeof title === "string" ? <TextBig strong>{title}</TextBig> : title}
0 commit comments