Skip to content

Commit cb09983

Browse files
authored
style: adjust dashboard layout in default_canvas (#47)
* fix: update dimensions for embeddable elements in default_canvas.json - Increased width from 420 to 460 and height from 320 to 380 for improved layout of embeddable elements. * fix: adjust minimum height for ActionButtonGrid in Dashboard component - Updated the minimum required height from 240 to 200 to ensure proper rendering of the ActionButtonGrid. * fix: update dimensions for embeddable elements in default_canvas.json - Decreased width from 460 to 360 and height from 380 to 360 to optimize layout for embeddable elements.
1 parent 55d507f commit cb09983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/default_canvas.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,8 +2154,8 @@
21542154
"type": "embeddable",
21552155
"angle": 0,
21562156
"index": "b0q",
2157-
"width": 460,
2158-
"height": 380,
2157+
"width": 360,
2158+
"height": 360,
21592159
"locked": false,
21602160
"frameId": null,
21612161
"opacity": 100,

0 commit comments

Comments
 (0)