From 66ec718661dfbca3adfe64094965a0d26a830ba6 Mon Sep 17 00:00:00 2001 From: Dragos <86549690+dragos-efy@users.noreply.github.com> Date: Mon, 12 Sep 2022 00:04:24 +0300 Subject: [PATCH] Fix long comments messing up the page width --- src/components/CommentItem.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/CommentItem.vue b/src/components/CommentItem.vue index e0d9d1f6..8ea86078 100644 --- a/src/components/CommentItem.vue +++ b/src/components/CommentItem.vue @@ -87,3 +87,9 @@ export default { }, }; + +