From 88bb5f773da61dcff56f4335fb9b7365fdb9e91f Mon Sep 17 00:00:00 2001 From: Git'Fellow Date: Thu, 5 May 2022 15:01:58 +0200 Subject: [PATCH] Switch to overflow-wrap Signed-off-by: nextcloud-command --- core/css/tooltip.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/tooltip.scss b/core/css/tooltip.scss index 8ca5155de67..e96aaf23ebd 100644 --- a/core/css/tooltip.scss +++ b/core/css/tooltip.scss @@ -25,9 +25,10 @@ text-shadow: none; text-transform: none; white-space: normal; - word-break: break-all; + word-break: normal; word-spacing: normal; word-wrap: normal; + overflow-wrap: anywhere; font-size: 12px; opacity: 0; z-index: 100000; -- 2.39.5