From 77fb74f0ac79ee7cac5715e7ca24672b83585a26 Mon Sep 17 00:00:00 2001 From: Ayaka Rizumu <464388324@qq.com> Date: Thu, 8 Dec 2022 13:56:22 +0800 Subject: [PATCH] fix: component `ContentRich` style overflow (#371) --- styles/global.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/global.css b/styles/global.css index 771253c2..27db5e90 100644 --- a/styles/global.css +++ b/styles/global.css @@ -50,6 +50,8 @@ body { } .content-rich { + overflow-wrap: break-word; + a { --at-apply: 'text-primary hover:underline hover:text-primary-active'; .invisible {