Skip to content

Commit 3894c59

Browse files
save file
1 parent 277a1e3 commit 3894c59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
word-break:break-all;
4444
font-size:16px;line-height:1.5;
4545
}
46+
#output-console
47+
{width:100%;height:100%}
4648

4749
</style>
4850

@@ -105,6 +107,8 @@
105107
<div id=output-hldr>
106108
<pre id=output>
107109
</pre>
110+
<div id=output-console style='display:none'>
111+
</div>
108112
</div>
109113

110114
</div>

0 commit comments

Comments
 (0)