forked from administration/panel
fix: fix width on markdown boxes
parent
04bc95c1c3
commit
83161623e3
|
@ -89,7 +89,7 @@ export default function SafetyNotesCard({ objectId, type, title }: {
|
||||||
? <>{error}</>
|
? <>{error}</>
|
||||||
: value?.text
|
: value?.text
|
||||||
? <ReactMarkdown
|
? <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]}
|
remarkPlugins={[remarkGfm]}
|
||||||
>
|
>
|
||||||
{value.text}
|
{value.text}
|
||||||
|
|
Loading…
Reference in New Issue