From 94cc24c65e711f68b707186f284e71b2c56b2f17 Mon Sep 17 00:00:00 2001 From: Ilya Prokopenko Date: Wed, 12 Jan 2022 23:01:06 +0700 Subject: [PATCH] Global: Fix textarea [CSS] --- Web/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Web/static/css/style.css b/Web/static/css/style.css index 9349f9bb..411d6119 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -1149,6 +1149,7 @@ textarea { width: 100%; padding: 4px; resize: none; + box-sizing: border-box; } #faqhead {