diff --git a/luckydiamond/src/assets/css/ElementsStyles/chat.css b/luckydiamond/src/assets/css/ElementsStyles/chat.css index ea82cee..f2a5bb0 100644 --- a/luckydiamond/src/assets/css/ElementsStyles/chat.css +++ b/luckydiamond/src/assets/css/ElementsStyles/chat.css @@ -1,6 +1,5 @@ .chat { margin: 9px 12px 0px 0px; - } .chat__content { @@ -31,6 +30,12 @@ font-size: 18px; } +.content p { + width: 80%; + word-wrap: break-word; + margin: 0 auto; +} + .chat__icon { margin-top: 10px; margin-left: -2px; diff --git a/luckydiamond/src/components/WritechatComponent.vue b/luckydiamond/src/components/WritechatComponent.vue index eab3f33..a4b5309 100644 --- a/luckydiamond/src/components/WritechatComponent.vue +++ b/luckydiamond/src/components/WritechatComponent.vue @@ -1,7 +1,7 @@