Increase the height of output area.

It is better to increase the height of output area
since the output couldn't fit into the box at majority cases.

Change-Id: Ia8dbb2c3985eca7125575de803f7c5fa749558b2
This commit is contained in:
Shu Muto 2017-04-12 15:40:30 +09:00
parent cbdf73d63e
commit 6644b6be77
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@
height: 500px;
}
textarea#output {
height: 10em;
height: 25em;
}