From 88221d5fc74e7585351be91d75980db8ecc430c7 Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Thu, 6 Jun 2024 10:02:52 -0400 Subject: [PATCH] Fix long unbroken word in annotation row causing overflow Fixes #4212 --- scss/elements/_annotationRow.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/elements/_annotationRow.scss b/scss/elements/_annotationRow.scss index 0af88546e0..2cf7e266e9 100644 --- a/scss/elements/_annotationRow.scss +++ b/scss/elements/_annotationRow.scss @@ -35,6 +35,7 @@ annotation-row { -webkit-box-orient: vertical; -webkit-line-clamp: 9; overflow: hidden; + overflow-wrap: anywhere; } .quote {