From 32009ccdb6be02847c5244c67b613f866025b487 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Thu, 8 May 2025 22:36:38 +0200 Subject: [PATCH] Fix annotation item pane title word cutoff (#5271) --- scss/elements/_itemPaneAnnotations.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/elements/_itemPaneAnnotations.scss b/scss/elements/_itemPaneAnnotations.scss index a81daaad4d..fddcafb4eb 100644 --- a/scss/elements/_itemPaneAnnotations.scss +++ b/scss/elements/_itemPaneAnnotations.scss @@ -33,7 +33,8 @@ annotation-items-pane { collapsible-section > .head .title-box .summary { opacity: 1 !important; width: 0; - white-space: nowrap; + white-space: wrap; + word-break: break-all; display: inline; }