From 6e4157765c5c578c9b3b414f1fd48aaa032adbbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Labitte?= <77327349+remylabittelm@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:02:27 +0100 Subject: [PATCH] fix(component/tooltip): update word-break to avoid cutting word in half (#1562) --- packages/styles/components/_c.tooltip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/styles/components/_c.tooltip.scss b/packages/styles/components/_c.tooltip.scss index 2c0791b76..74e59f78b 100644 --- a/packages/styles/components/_c.tooltip.scss +++ b/packages/styles/components/_c.tooltip.scss @@ -35,7 +35,7 @@ white-space: normal; z-index: 1000; border: get-border("s") solid $color-tooltip-border; - word-break: break-all; + word-break: break-word; // MS Issue : IE10, IE11 don't support intrinsic widths @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {