Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorGit'Fellow <carlos@reendex.com>2022-05-05 16:01:58 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-05-05 16:12:16 +0300
commit88bb5f773da61dcff56f4335fb9b7365fdb9e91f (patch)
tree4388efe4d16c0c898d038e1bcd7b2ef825586e50 /core
parent07153a191e38edac27a493df9c05b9edfa0f0571 (diff)
Switch to overflow-wrap
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core')
-rw-r--r--core/css/tooltip.scss3
1 files changed, 2 insertions, 1 deletions
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;