diff --git a/web/components/chat/ChatTextField/ChatTextField.module.scss b/web/components/chat/ChatTextField/ChatTextField.module.scss index 623b884c4..5752ec078 100644 --- a/web/components/chat/ChatTextField/ChatTextField.module.scss +++ b/web/components/chat/ChatTextField/ChatTextField.module.scss @@ -56,14 +56,8 @@ } .sendButton { - display: none; border: none; background: none; cursor: pointer; padding: 0 1rem; - - // Only show the chat send button on narrow screens to assist in mobile use. - @include screen(desktop) { - display: block; - } }