From ba434b73bf1930bdbe944ab0f79308c0c461951b Mon Sep 17 00:00:00 2001 From: iTiamo Date: Sun, 12 Jul 2020 20:17:37 +0200 Subject: [PATCH] allow resizing source textbox horizontally as well (#98) --- css/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/custom.css b/css/custom.css index f9dfbc11..5c3f35f6 100644 --- a/css/custom.css +++ b/css/custom.css @@ -98,6 +98,7 @@ textarea.invalid:focus { white-space: pre; overflow-wrap: normal; overflow-x: scroll; + resize: both; } .card a {