fix: component ContentRich style overflow (#371)

This commit is contained in:
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

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 {