fix: prose word break

This commit is contained in:
DIYgod 2023-03-14 23:18:57 +00:00
parent ed3e0b2e07
commit e4dadd78f4
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
.prose {
@apply text-zinc-600 leading-loose relative;
word-break: break-word;
}
.prose > p {