mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-22 10:03:09 -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;
|
border: 0px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
width: 100%;
|
width: 90%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue