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 +}