Update markdown viewer to vertically align to the top by default
This commit is contained in:
parent
86628903cc
commit
cab82d2a73
|
@ -6835,6 +6835,10 @@
|
||||||
"width": 400,
|
"width": 400,
|
||||||
"height": 100
|
"height": 100
|
||||||
},
|
},
|
||||||
|
"grid": {
|
||||||
|
"hAlign": "stretch",
|
||||||
|
"vAlign": "start"
|
||||||
|
},
|
||||||
"settings": [
|
"settings": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|
Loading…
Reference in New Issue