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.
1 parent 34325ff commit 17ad2cbCopy full SHA for 17ad2cb
beta/src/components/PageHeading.tsx
@@ -25,7 +25,7 @@ function PageHeading({
25
<div className="px-5 sm:px-12 pt-5">
26
<div className="max-w-4xl ml-0 2xl:mx-auto">
27
{tags ? <Breadcrumbs /> : null}
28
- <H1 className="mt-0 text-primary dark:text-primary-dark -mx-.5">
+ <H1 className="mt-0 text-primary dark:text-primary-dark -mx-.5 break-words">
29
{title}
30
{status ? <em>—{status}</em> : ''}
31
</H1>
0 commit comments