💄 Fix min width
This commit is contained in:
parent
f5cce64862
commit
2292513efc
@ -144,7 +144,7 @@ const url =
|
||||
}
|
||||
|
||||
<article>
|
||||
<div class="prose max-w-none max-md:prose-lg" set:html={content} />
|
||||
<div class="prose max-w-none max-md:prose-lg min-w-0" set:html={content} />
|
||||
|
||||
{
|
||||
attachments && (
|
||||
|
@ -106,7 +106,7 @@ async function parseContent(data: string, useBreaks: boolean = false) {
|
||||
)}
|
||||
<article>
|
||||
<div
|
||||
class="prose max-w-none max-md:prose-lg"
|
||||
class="prose max-w-none max-md:prose-lg max-w-0"
|
||||
set:html={ele.body?.content ?? ''}
|
||||
/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user