diff --git a/app/assets/stylesheets/common/components/d-tooltip.scss b/app/assets/stylesheets/common/components/d-tooltip.scss index 3ca748420bf..54e9b95c1b9 100644 --- a/app/assets/stylesheets/common/components/d-tooltip.scss +++ b/app/assets/stylesheets/common/components/d-tooltip.scss @@ -8,4 +8,5 @@ background: var(--secondary); border: 1px solid var(--primary-low); box-shadow: shadow("menu-panel"); + overflow-wrap: break-word; }