From f75a8504943e485b9263c6f4f002f6c336a95b44 Mon Sep 17 00:00:00 2001 From: ran22 Date: Thu, 19 Dec 2024 15:23:16 -0500 Subject: [PATCH] Fix text wrap issue for mobile devices in React Map GL --- website/src/components/home/styled.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/components/home/styled.js b/website/src/components/home/styled.js index 2884c553f..b1ad1d70c 100644 --- a/website/src/components/home/styled.js +++ b/website/src/components/home/styled.js @@ -53,6 +53,7 @@ export const ProjectName = styled.h1` font-weight: 700; margin: 0; margin-bottom: 16px; + word-wrap: normal; `; export const GetStartedLink = styled.a`