From 07153a191e38edac27a493df9c05b9edfa0f0571 Mon Sep 17 00:00:00 2001 From: Git'Fellow Date: Thu, 5 May 2022 09:24:00 +0200 Subject: [PATCH] Fix tooltips overflow Signed-off-by: nextcloud-command --- core/css/tooltip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/tooltip.scss b/core/css/tooltip.scss index c7bf99c7d11..8ca5155de67 100644 --- a/core/css/tooltip.scss +++ b/core/css/tooltip.scss @@ -25,7 +25,7 @@ text-shadow: none; text-transform: none; white-space: normal; - word-break: normal; + word-break: break-all; word-spacing: normal; word-wrap: normal; font-size: 12px;