Skip to content

Commit

Permalink
chore: override max-width in md component (tailwind typography max-wi…
Browse files Browse the repository at this point in the history
…dth)
  • Loading branch information
rodrigobustamante committed Dec 17, 2023
1 parent 876657b commit 28baf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Event/Information/Information.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const Information: FC<InformationTypes> = ({
{title}
</h2>
<Markdown
className="prose prose-sm prose-invert dark:prose lg:prose-base"
className="prose prose-sm prose-invert !max-w-full dark:prose lg:prose-base"
remarkPlugins={[remarkGfm]}
>
{information}
Expand Down

0 comments on commit 28baf73

Please sign in to comment.