Skip to content

Commit

Permalink
feat: make prose important
Browse files Browse the repository at this point in the history
  • Loading branch information
Cahllagerfeld committed May 7, 2024
1 parent 7c36637 commit d8aafc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/artifacts/MarkdownVisualization.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { Props } from "./Visualization";
import Markdown from "react-markdown";

export default function MarkdownVisualization({ content }: Props) {
return <Markdown className="prose max-w-none">{content}</Markdown>;
return <Markdown className="!prose !max-w-none">{content}</Markdown>;
}

0 comments on commit d8aafc6

Please sign in to comment.