1
0
Fork 0
mirror of https://github.com/Blah-IM/Weblah.git synced 2025-05-18 08:01:10 +00:00

fix: rich text width limit

This commit is contained in:
Shibo Lyu 2024-08-30 17:28:24 +08:00
parent a3fa0f265a
commit 0582dffa1c

View file

@ -46,6 +46,6 @@
@layer utilities {
.rich-text {
@apply prose prose-slate dark:prose-invert prose-p:my-0 prose-p:leading-tight prose-code:before:content-[''] prose-code:after:content-[''];
@apply prose prose-slate max-w-none dark:prose-invert prose-p:my-0 prose-p:leading-tight prose-code:before:content-[''] prose-code:after:content-[''];
}
}