Skip to content

Commit 17ad2cb

Browse files
author
Strek
authored
Fixes unwanted scrolls in mobile (#4114)
* added word break * Update PageHeading.tsx
1 parent 34325ff commit 17ad2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/components/PageHeading.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function PageHeading({
2525
<div className="px-5 sm:px-12 pt-5">
2626
<div className="max-w-4xl ml-0 2xl:mx-auto">
2727
{tags ? <Breadcrumbs /> : null}
28-
<H1 className="mt-0 text-primary dark:text-primary-dark -mx-.5">
28+
<H1 className="mt-0 text-primary dark:text-primary-dark -mx-.5 break-words">
2929
{title}
3030
{status ? <em>{status}</em> : ''}
3131
</H1>

0 commit comments

Comments
 (0)