Skip to content

Commit 17c97c9

Browse files
committed
change netdata table stories width
1 parent 30256b2 commit 17c97c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tableV2/netdataTable.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ StoryTable.add("Full Table functionallity", () => {
459459
]
460460

461461
return (
462-
<Box height="800px" width="800px">
462+
<Box height="800px" width="1200px">
463463
<NetdataTable
464464
onClickRow={({ data, table, fullRow }) => {
465465
console.log(data, table, fullRow)

0 commit comments

Comments
 (0)