Skip to content

Commit

Permalink
fix: prevent prose stylesheet affecting component demo
Browse files Browse the repository at this point in the history
  • Loading branch information
malangcat committed Dec 17, 2024
1 parent f6b384e commit a497dd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/components/component-example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export function ComponentExample(props: ComponentExampleProps) {
<Tab value="미리보기">
<React.Suspense fallback={null}>
<div
className="not-prose"
style={{
minHeight: "300px",
width: "100%",
Expand Down

0 comments on commit a497dd5

Please sign in to comment.