Minor style fix

This commit is contained in:
Haocen Xu 2018-06-04 01:21:16 -04:00
parent 4810b0a088
commit 6bf2553d82
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ textarea {
font-size: 13px; font-size: 13px;
font-family: monospace; font-family: monospace;
text-align: right; text-align: right;
user-select: none;
} }
/* code box when locked */ /* code box when locked */
@ -48,6 +49,7 @@ textarea {
overflow-x: scroll; overflow-x: scroll;
overflow-y: hidden; overflow-y: hidden;
box-sizing: border-box; box-sizing: border-box;
user-select: text;
} }
#box code { #box code {