Skip to content

Commit bcf8664

Browse files
save file
1 parent e0a9c01 commit bcf8664

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

utils/editors/js-console/html/output-console/v3.0/output-console-v3.0.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@
3131
#kill
3232
{font-size:16px;padding:5px 10px;min-width:60px}
3333

34+
#output-hldr
35+
{flex:1}
3436
#output
35-
{flex:1;
37+
{width:100%;height:100%;
3638
overflow:auto;border:2px solid lightgray;box-sizing:border-box;
3739
padding:10px;margin:0;
3840
word-break:break-all;
@@ -97,8 +99,10 @@
9799

98100
</div>
99101

100-
<pre id=output>
101-
</pre>
102+
<div id=output-hldr>
103+
<pre id=output>
104+
</pre>
105+
</div>
102106

103107
</div>
104108

0 commit comments

Comments
 (0)