enable vertical resize for input text area

This commit is contained in:
Mingmin Xu 2021-10-13 09:58:56 -07:00 committed by arnaudroques
parent deda3c2256
commit b1b7dfb84b
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ h1, p, #content a {
font-family: monospace;
font-size: medium;
width: 100%;
resize: vertical;
}
#content input[type=text] {