fix: prose word break
This commit is contained in:
parent
ed3e0b2e07
commit
e4dadd78f4
|
|
@ -1,5 +1,6 @@
|
|||
.prose {
|
||||
@apply text-zinc-600 leading-loose relative;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.prose > p {
|
||||
|
|
|
|||
Loading…
Reference in New Issue