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