fix: component ContentRich
style overflow (#371)
This commit is contained in:
parent
ede3a398b5
commit
77fb74f0ac
|
@ -50,6 +50,8 @@ body {
|
|||
}
|
||||
|
||||
.content-rich {
|
||||
overflow-wrap: break-word;
|
||||
|
||||
a {
|
||||
--at-apply: 'text-primary hover:underline hover:text-primary-active';
|
||||
.invisible {
|
||||
|
|
Loading…
Reference in a new issue