From ef86d714ac498f1f3cc8f2b2a09b7c2a84f8e172 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Fri, 3 Jan 2025 19:38:53 +0100 Subject: [PATCH] style.css: adjust textarea causing horizontal scrolling issues --- stylesheets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index e36c3f94..f4a56896 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -110,7 +110,8 @@ input[type="text"],input[type="password"],textarea { } textarea { - width: 100%; + box-sizing: border-box; + width: 100%; } form table tr td {