Skip to content

Commit

Permalink
fix(md): container style
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Apr 7, 2024
1 parent 8481a63 commit 70884aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ui/markdown/parsers/container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const ContainerRule: MarkdownToJSX.Rule = {
className="my-4"
key={state?.key}
>
<WrappedElementProvider>
<WrappedElementProvider className="w-full">
<Markdown
value={content}
allowsScript
Expand All @@ -93,7 +93,7 @@ export const ContainerRule: MarkdownToJSX.Rule = {

return (
<Banner type={params} className="my-4" key={state?.key}>
<WrappedElementProvider>
<WrappedElementProvider className="w-full">
<Markdown
value={content}
allowsScript
Expand Down

0 comments on commit 70884aa

Please sign in to comment.