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 {