We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a9c01 commit bcf8664Copy full SHA for bcf8664
1 file changed
utils/editors/js-console/html/output-console/v3.0/output-console-v3.0.html
@@ -31,8 +31,10 @@
31
#kill
32
{font-size:16px;padding:5px 10px;min-width:60px}
33
34
+ #output-hldr
35
+ {flex:1}
36
#output
- {flex:1;
37
+ {width:100%;height:100%;
38
overflow:auto;border:2px solid lightgray;box-sizing:border-box;
39
padding:10px;margin:0;
40
word-break:break-all;
@@ -97,8 +99,10 @@
97
99
98
100
</div>
101
- <pre id=output>
- </pre>
102
+ <div id=output-hldr>
103
+ <pre id=output>
104
+ </pre>
105
+ </div>
106
107
108
0 commit comments