From 447779b4398f4a3130252d7b993b9268d845e8e3 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 13 Nov 2022 13:18:17 -0800 Subject: [PATCH] Reduce textfield padding --- web/components/chat/ChatTextField/ChatTextField.module.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/components/chat/ChatTextField/ChatTextField.module.scss b/web/components/chat/ChatTextField/ChatTextField.module.scss index 5752ec078..ac5949593 100644 --- a/web/components/chat/ChatTextField/ChatTextField.module.scss +++ b/web/components/chat/ChatTextField/ChatTextField.module.scss @@ -5,7 +5,8 @@ display: flex; bottom: 0px; width: 100%; - padding: 5px 1vw; + + padding: 2px 0.1vw; overflow-x: hidden; .inputWrap {