From a50d92a93ea819364265b6aea56243345970179a Mon Sep 17 00:00:00 2001 From: e26chiu Date: Thu, 15 Dec 2022 19:19:50 -0500 Subject: [PATCH] Fix word-break in sectionHeader --- components/SectionHeader.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/SectionHeader.module.css b/components/SectionHeader.module.css index 6da437d..fcbc87f 100644 --- a/components/SectionHeader.module.css +++ b/components/SectionHeader.module.css @@ -10,7 +10,7 @@ color: var(--primary-accent-light); font-size: calc(70rem / 16); margin: calc(40rem / 16) auto; - word-break: break-all; + word-break: break-word; } .subTitle {