From b1b7dfb84b081f8dae2ccbd98a53d71fcc9196c3 Mon Sep 17 00:00:00 2001 From: Mingmin Xu Date: Wed, 13 Oct 2021 09:58:56 -0700 Subject: [PATCH] enable vertical resize for input text area --- src/main/webapp/plantuml.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/plantuml.css b/src/main/webapp/plantuml.css index 4aa95ed..c9c3646 100644 --- a/src/main/webapp/plantuml.css +++ b/src/main/webapp/plantuml.css @@ -28,6 +28,7 @@ h1, p, #content a { font-family: monospace; font-size: medium; width: 100%; + resize: vertical; } #content input[type=text] {