lessen textarea width to avoid text hiding behind key

This commit is contained in:
ossreleasefeed 2014-04-07 19:47:15 +02:00
parent 2deda5b68a
commit fbd150a594
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ textarea {
border: 0px;
color: #fff;
padding: 0px;
width: 100%;
width: 90%;
height: 100%;
font-family: monospace;
outline: none;