fix: prose overflow

This commit is contained in:
DIYgod 2023-04-16 00:38:33 +01:00
parent 91a37f8ed5
commit 43fb5ed242
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
.prose {
@apply text-zinc-600 leading-loose relative overflow-hidden;
@apply text-zinc-600 leading-loose overflow-hidden;
word-break: break-word;
}
@ -178,7 +178,7 @@
}
.xlog-comment .prose {
@apply leading-normal text-[15px] overflow-visible;
@apply leading-normal text-[15px];
}
.xlog-comment .prose blockquote {