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}</>
|
||||
: 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}
|
||||
|
|
Loading…
Reference in New Issue