Skip to content

Commit

Permalink
fix: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgolovanov committed Jan 24, 2025
1 parent 9b5ad13 commit 22327ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/markdown-viewer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export function MarkdownViewer({

return (
<Wrapper>
<div className="m-auto max-w-[836px]" ref={ref} style={styles}>
<div ref={ref} style={styles}>
<MarkdownPreview
source={source}
className="prose prose-invert"
Expand Down

0 comments on commit 22327ad

Please sign in to comment.