diff --git a/docs/css/custom.css b/docs/css/custom.css index 5f4670e..f1cded7 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -914,7 +914,8 @@ color: var(--foreground-color); font: inherit; font-size: 0.9rem; - resize: vertical; + resize: none; + min-height: 100px; outline: none; transition: border-color 0.2s; } diff --git a/static/css/custom.css b/static/css/custom.css index 5f4670e..f1cded7 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -914,7 +914,8 @@ color: var(--foreground-color); font: inherit; font-size: 0.9rem; - resize: vertical; + resize: none; + min-height: 100px; outline: none; transition: border-color 0.2s; }