1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-05-28 06:00:48 +00:00

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

View File

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