Skip to content

Commit 3751fb9

Browse files
authored
Merge pull request #11556 from ethereum/herohubWordwrap
Add wordBreak style to avoid overflow bug in HubHero
2 parents 252096f + 2fb0c98 commit 3751fb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Hero/HubHero/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ const HubHero = (props: HubHeroProps) => {
5555
transform={{ xl: "translateY(-50%)" }}
5656
backdropFilter={{ xl: "auto" }}
5757
backdropBlur={{ xl: "base" }}
58+
wordBreak="break-word"
5859
>
5960
<Heading
6061
as="h1"

0 commit comments

Comments
 (0)