Skip to content

Commit 2c24c12

Browse files
committedDec 31, 2020
Increase main-code textarea rows to 30
1 parent 5ed6419 commit 2c24c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎playground.dsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
</div>
173173

174174
<div class="editor">
175-
<textarea autofocus id="main-code" rows="20" onkeydown="hideUrlBox()"><playground:main-code/></textarea>
175+
<textarea autofocus id="main-code" rows="30" onkeydown="hideUrlBox()"><playground:main-code/></textarea>
176176
</div>
177177

178178
<div class="links-row">

0 commit comments

Comments
 (0)