mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-05-18 16:11:09 +00:00
fix: rich text width limit
This commit is contained in:
parent
a3fa0f265a
commit
0582dffa1c
1 changed files with 1 additions and 1 deletions
|
@ -46,6 +46,6 @@
|
||||||
|
|
||||||
@layer utilities {
|
@layer utilities {
|
||||||
.rich-text {
|
.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-[''];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue