From a31fceeef05b8a20a346d9b39aa5da3af506fa86 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 18 Dec 2018 12:16:12 -0500 Subject: [PATCH] Restore full width textareas on settings screens (closes #5619) --- css/80_app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/80_app.css b/css/80_app.css index 92f2876de..d684f9b59 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -4088,6 +4088,7 @@ svg.mouseclick use.right { ------------------------------------------------------- */ .settings-modal textarea { height: 70px; + width: 100%; } .settings-custom-background .instructions-template {