mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-22 04:31:21 +00:00
Minor style fix
This commit is contained in:
parent
4810b0a088
commit
6bf2553d82
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@ textarea {
|
|||
font-size: 13px;
|
||||
font-family: monospace;
|
||||
text-align: right;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* code box when locked */
|
||||
|
@ -48,6 +49,7 @@ textarea {
|
|||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
box-sizing: border-box;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
#box code {
|
||||
|
|
Loading…
Reference in a new issue