diff --git a/luckydiamond/src/assets/css/ComponentsStyles/chat.css b/luckydiamond/src/assets/css/ComponentsStyles/chat.css
index d5c9efd..40be60e 100644
--- a/luckydiamond/src/assets/css/ComponentsStyles/chat.css
+++ b/luckydiamond/src/assets/css/ComponentsStyles/chat.css
@@ -30,8 +30,10 @@
} */
.content p {
+ display: block;
word-wrap: break-word;
overflow-wrap: break-word;
+ overflow: hidden;
}
.chat__content--users {
diff --git a/luckydiamond/src/components/WritechatComponent.vue b/luckydiamond/src/components/WritechatComponent.vue
index b3ccae2..c8d0efa 100644
--- a/luckydiamond/src/components/WritechatComponent.vue
+++ b/luckydiamond/src/components/WritechatComponent.vue
@@ -1,45 +1,54 @@
\ No newline at end of file