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; }