From 60b97e3d380be685e1e430e49a909ee6a90cc8b2 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Wed, 5 Jan 2022 21:45:13 +0600 Subject: [PATCH] Add `word-break` on `font-subheading` --- client/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/styles.css b/client/styles.css index c4fc430..0a9aca9 100644 --- a/client/styles.css +++ b/client/styles.css @@ -111,6 +111,7 @@ h3 { font-size: 16px; font-weight: 400; line-height: 24px; + word-break: break-all; } .font-body1,