1
0
Fork 0

fix: fix width on markdown boxes

user-stream
Lea 2023-08-17 17:03:29 +02:00
parent 04bc95c1c3
commit 83161623e3
Signed by: lea
GPG Key ID: 1BAFFE8347019C42
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ export default function SafetyNotesCard({ objectId, type, title }: {
? <>{error}</>
: value?.text
? <ReactMarkdown
className="prose prose-a:text-[#fd6671] prose-img:max-h-96"
className="prose prose-a:text-[#fd6671] prose-img:max-h-96 max-w-none"
remarkPlugins={[remarkGfm]}
>
{value.text}