From 92f1937c315c52fbda73687835c185bef7c0f3d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20FINDIKLI?= Date: Wed, 22 Sep 2021 01:48:39 +0300 Subject: [PATCH] Fixed #10647 - Tooltip: word wrap --- src/app/components/tooltip/tooltip.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}