Skip to content

Commit d57e492

Browse files
committed
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.
1 parent 5a4c38f commit d57e492

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": 420,
2158-
"height": 320,
2157+
"width": 460,
2158+
"height": 380,
21592159
"locked": false,
21602160
"frameId": null,
21612161
"opacity": 100,

0 commit comments

Comments
 (0)