diff --git a/src/components/layout.module.css b/src/components/layout.module.css index fc57c16..28b4182 100644 --- a/src/components/layout.module.css +++ b/src/components/layout.module.css @@ -91,6 +91,7 @@ margin-left: 150px; margin-top: 45px; padding: 1px 7px; + width: 100%; word-wrap: break-word; } diff --git a/src/pages/chat.module.css b/src/pages/chat.module.css index 85dcab7..6e03067 100644 --- a/src/pages/chat.module.css +++ b/src/pages/chat.module.css @@ -2,6 +2,7 @@ display: flex; align-items: stretch; height: calc(100vh - 50px); + width: 100%; } .main {