Skip to content

Commit

Permalink
add max-w-full to TextContent (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roma36 authored Nov 2, 2023
1 parent d93988c commit 8b16b00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/TextContent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const classNames = [
"dark:prose-invert",
"lg:prose-lg",

"max-w-full",

"text-gray-900",
"dark:text-gray-100",

Expand Down

0 comments on commit 8b16b00

Please sign in to comment.