mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-22 07:03:08 -07:00
lessen textarea width to avoid text hiding behind key
This commit is contained in:
parent
2deda5b68a
commit
fbd150a594
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ textarea {
|
|||
border: 0px;
|
||||
color: #fff;
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
height: 100%;
|
||||
font-family: monospace;
|
||||
outline: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue