diff options
author | Git'Fellow <carlos@reendex.com> | 2022-05-05 15:01:58 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-05-05 13:12:16 +0000 |
commit | 88bb5f773da61dcff56f4335fb9b7365fdb9e91f (patch) | |
tree | 4388efe4d16c0c898d038e1bcd7b2ef825586e50 /core/css | |
parent | 07153a191e38edac27a493df9c05b9edfa0f0571 (diff) | |
download | nextcloud-server-88bb5f773da61dcff56f4335fb9b7365fdb9e91f.tar.gz nextcloud-server-88bb5f773da61dcff56f4335fb9b7365fdb9e91f.zip |
Switch to overflow-wrap
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/tooltip.scss | 3 |
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; |