From 9ad20640e6ae4f95d0b6712eb341a8067faaaea8 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 13 Dec 2023 15:42:14 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E8=BF=87=E9=95=BF=E5=AF=BC=E8=87=B4=E7=9A=84=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E6=BA=A2=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit *PostID:46427968 --- src/components/post/tp-text.vue | 1 + 1 file changed, 1 insertion(+) 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; }