diff --git a/app/components/home.module.scss b/app/components/home.module.scss index 764805d80..fecc1614b 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -422,6 +422,11 @@ @media only screen and (max-width: 600px) { .chat-input { font-size: 16px; + height: 25px; + + &:focus { + height: auto; + } } }