We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8481a63 commit 70884aaCopy full SHA for 70884aa
src/components/ui/markdown/parsers/container.tsx
@@ -76,7 +76,7 @@ export const ContainerRule: MarkdownToJSX.Rule = {
76
className="my-4"
77
key={state?.key}
78
>
79
- <WrappedElementProvider>
+ <WrappedElementProvider className="w-full">
80
<Markdown
81
value={content}
82
allowsScript
@@ -93,7 +93,7 @@ export const ContainerRule: MarkdownToJSX.Rule = {
93
94
return (
95
<Banner type={params} className="my-4" key={state?.key}>
96
97
98
99
0 commit comments