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 10:24:00 +0300
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-05-05 10:52:26 +0300
commit07153a191e38edac27a493df9c05b9edfa0f0571 (patch)
treea666922d9c54673d7bfc7efb0ed6b680a1bcb14c /core
parentd3efd40a24be45a2a38a904c111d10fa4de01f81 (diff)
Fix tooltips overflow
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core')
-rw-r--r--core/css/tooltip.scss2
1 files changed, 1 insertions, 1 deletions
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;