Add scrollbar to the output.
And shrink to put more on the screen.
This commit is contained in:
parent
c862ffde82
commit
5edc657678
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ div.out {
|
||||||
/* font-weight: 400; */
|
/* font-weight: 400; */
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
line-height: 1.4em;
|
line-height: 1em;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=textarea]:focus {
|
input[type=textarea]:focus {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue