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
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-05-10 09:26:03 +0300
committerGitHub <noreply@github.com>2022-05-10 09:26:03 +0300
commit8f989bb489be5fea5d0b93f748edb6bac46e6e4b (patch)
tree05480e8447af7a5731d8d6b84d2eeb1439b1b01e
parent799cb624c937d883d19fefd018c872e63044c9ae (diff)
parentc57fc7918f52a6e2afb1cb2c33b7f3f9889cd3e1 (diff)
Merge pull request #32274 from nextcloud/tooltip-overflow
-rw-r--r--core/css/tooltip.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/tooltip.scss b/core/css/tooltip.scss
index c7bf99c7d11..5af24032064 100644
--- a/core/css/tooltip.scss
+++ b/core/css/tooltip.scss
@@ -28,6 +28,7 @@
word-break: normal;
word-spacing: normal;
word-wrap: normal;
+ overflow-wrap: anywhere;
font-size: 12px;
opacity: 0;
z-index: 100000;