diff --git a/src/bundle/Resources/public/js/scripts/helpers/tooltips.helper.js b/src/bundle/Resources/public/js/scripts/helpers/tooltips.helper.js index d0fe36489e..8215c584be 100644 --- a/src/bundle/Resources/public/js/scripts/helpers/tooltips.helper.js +++ b/src/bundle/Resources/public/js/scripts/helpers/tooltips.helper.js @@ -105,6 +105,7 @@ 'font-style': computedNodeStyles.getPropertyValue('font-style'), 'font-variant': computedNodeStyles.getPropertyValue('font-variant'), 'line-height': computedNodeStyles.getPropertyValue('line-height'), + 'word-break': 'break-all', }; const textHeight = getTextHeight(title, styles);