diff --git a/src/components/post/tp-text.vue b/src/components/post/tp-text.vue index f11f25f9..4da1758c 100644 --- a/src/components/post/tp-text.vue +++ b/src/components/post/tp-text.vue @@ -215,6 +215,7 @@ function getEmojiName() { } .tp-text-span { + overflow-wrap: break-word; white-space: pre-wrap; }