fix: prose overflow

This commit is contained in:
DIYgod 2023-04-05 02:09:19 +01:00
parent 6f95187244
commit e5c8fe2e88
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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