mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 12:13:11 +00:00
Fixes unwanted scrolls in mobile (#4114)
* added word break * Update PageHeading.tsx
This commit is contained in:
@@ -25,7 +25,7 @@ function PageHeading({
|
||||
<div className="px-5 sm:px-12 pt-5">
|
||||
<div className="max-w-4xl ml-0 2xl:mx-auto">
|
||||
{tags ? <Breadcrumbs /> : null}
|
||||
<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">
|
||||
{title}
|
||||
{status ? <em>—{status}</em> : ''}
|
||||
</H1>
|
||||
|
||||
Reference in New Issue
Block a user