From 7d3c97ed6f40e2ad2e6bf48cc191e7e36a302be4 Mon Sep 17 00:00:00 2001 From: mrfry Date: Fri, 3 Dec 2021 13:11:23 +0100 Subject: [PATCH] Layout width fix --- src/components/layout.module.css | 1 + src/pages/chat.module.css | 1 + 2 files changed, 2 insertions(+) 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 {