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;
|
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…
Reference in New Issue
Block a user