From 10594ef117a82621834a93d515b31b670a6bae90 Mon Sep 17 00:00:00 2001 From: Hepatica Date: Thu, 25 Jan 2024 23:30:58 +0100 Subject: [PATCH] delete css role for chat --- luckydiamond/src/assets/css/ComponentsStyles/chat.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/luckydiamond/src/assets/css/ComponentsStyles/chat.css b/luckydiamond/src/assets/css/ComponentsStyles/chat.css index 5a767f4..f7304c3 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/chat.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/chat.css @@ -23,11 +23,11 @@ font-weight: 700; } -.content p { +/* .content p { width: 80%; word-wrap: break-word; margin: 0 auto; -} +} */ .chat__content--users { height: 650px;