diff --git a/src/app/components/tooltip/tooltip.css b/src/app/components/tooltip/tooltip.css index 65f00a1e8db..cd191afdbee 100755 --- a/src/app/components/tooltip/tooltip.css +++ b/src/app/components/tooltip/tooltip.css @@ -17,6 +17,7 @@ .p-tooltip .p-tooltip-text { white-space: pre-line; + word-break: break-word; } .p-tooltip-arrow { @@ -57,4 +58,4 @@ left: 50%; margin-left: -.25rem; border-width: 0 .25em .25rem; -} \ No newline at end of file +}