File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ <h4><span>node-autoscaler</span> <span class="cocreate-badge success">string</sp
61
61
62
62
< div class ="flex-grow:1 min-width:300px width:50% padding:0px_10px margin:20px_0px border-bottom:1px_solid_lightgrey ">
63
63
<!-- SandBox -->
64
- < div class ="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px " id ="playground ">
64
+ < div class ="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px " id ="playground ">
65
65
66
66
< div id ="demo-code " resizable class ="position:relative height:50% ">
67
67
< textarea type ="code " lang ="html " collection ="demos " document_id ="" name ="demo " save ="false " id ="demo " class ="height:100% width:100% outline:none border:none resize:none padding:5px "> </ textarea >
68
68
< div resize ="bottom " class ="background:lightgrey "> </ div >
69
69
</ div >
70
70
71
- < div id ="demo-preview " class ="position:relative display:flex height:100% background-color:white ">
71
+ < div id ="demo-preview " class ="position:relative overflow:auto background-color:white ">
72
72
< div get-value ="#demo " class ="padding:20px "> </ div >
73
73
</ div >
74
74
Original file line number Diff line number Diff line change 20
20
" html5-framework" ,
21
21
" javascript-framework"
22
22
],
23
- "publishConfig" : {
24
- "access" : " public"
25
- },
23
+ "publishConfig" : { "access" : " public" },
26
24
"scripts" : {
27
25
"start" : " npx webpack --config webpack.config.js --watch" ,
28
26
"build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
48
46
"webpack-cli" : " ^4.3.1" ,
49
47
"webpack-log" : " ^3.0.1"
50
48
},
51
- "dependencies" : {
52
- "@cocreate/docs" : " ^1.5.1"
53
- }
49
+ "dependencies" : { "@cocreate/docs" : " ^1.5.2" }
54
50
}
You can’t perform that action at this time.
0 commit comments