From 64de3c3b948ee16b74cec33e2722b23002ab14fc Mon Sep 17 00:00:00 2001 From: Ben Allen <108441023+benalleng@users.noreply.github.com> Date: Fri, 3 May 2024 15:18:50 -0400 Subject: [PATCH] Add explicit word break for items (#1137) * add word break for notification items when they are too long * don't use global css --- components/item.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/item.module.css b/components/item.module.css index 29ff94a8..816d83c3 100644 --- a/components/item.module.css +++ b/components/item.module.css @@ -90,6 +90,7 @@ a.link:visited { color: var(--theme-grey); vertical-align: text-top; margin-bottom: .125rem; + word-break: break-word; } .other svg { @@ -156,6 +157,7 @@ a.link:visited { .main { display: flex; align-items: baseline; + word-break: break-word; } .children {