1
0
Fork 0
mirror of https://github.com/seejohnrun/haste-server.git synced 2024-11-22 12:41:21 +00:00

Minor style fix

This commit is contained in:
Haocen Xu 2018-06-04 01:21:16 -04:00
parent 4810b0a088
commit 6bf2553d82

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 {