fix: prose overflow
This commit is contained in:
parent
91a37f8ed5
commit
43fb5ed242
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue