fix: component `ContentRich` style overflow (#371)

zio/stable
Ayaka Rizumu 2022-12-08 13:56:22 +08:00 committed by GitHub
parent ede3a398b5
commit 77fb74f0ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ body {
}
.content-rich {
overflow-wrap: break-word;
a {
--at-apply: 'text-primary hover:underline hover:text-primary-active';
.invisible {