We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58194a3 + 160f3eb commit 550cbe9Copy full SHA for 550cbe9
src/layouts/Tutorial.tsx
@@ -58,7 +58,7 @@ const Heading4 = (props: HTMLAttributes<HTMLHeadingElement>) => (
58
)
59
60
const Paragraph = (props: HTMLAttributes<HTMLParagraphElement>) => (
61
- <p className="mx-0 mb-4 mt-8" {...props} />
+ <p className="mx-0 mb-4 mt-8 break-words" {...props} />
62
63
64
const KBD = (props: HTMLAttributes<HTMLElement>) => (
0 commit comments