Update markdown viewer to vertically align to the top by default

This commit is contained in:
Andrew Kingston 2024-08-15 09:33:49 +01:00
parent 86628903cc
commit cab82d2a73
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -6835,6 +6835,10 @@
"width": 400, "width": 400,
"height": 100 "height": 100
}, },
"grid": {
"hAlign": "stretch",
"vAlign": "start"
},
"settings": [ "settings": [
{ {
"type": "text", "type": "text",