From e55a08e496ca69c45ecf0d01bf79fa39061a2cfd Mon Sep 17 00:00:00 2001 From: Paul <45032974+hide-me@users.noreply.github.com> Date: Sat, 28 Jan 2023 17:52:13 +0300 Subject: [PATCH] Fix for textareas --- system/author/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/author/css/style.css b/system/author/css/style.css index 54e6eab..ea8ce73 100644 --- a/system/author/css/style.css +++ b/system/author/css/style.css @@ -1110,6 +1110,8 @@ input, textarea{ } textarea{ min-height: 84px; + max-height: 1092px; + resize: vertical; } select{ padding: 14px 8px; @@ -3063,4 +3065,4 @@ footer a:focus, footer a:hover, footer a:active .editor button, .editor a{ border-radius: 3px; } -} \ No newline at end of file +}