lessen textarea width to avoid text hiding behind key
This commit is contained in:
parent
2deda5b68a
commit
fbd150a594
|
@ -11,7 +11,7 @@ textarea {
|
|||
border: 0px;
|
||||
color: #fff;
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
width: 90%;
|
||||
height: 100%;
|
||||
font-family: monospace;
|
||||
outline: none;
|
||||
|
|
Loading…
Reference in New Issue
Block a user