diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2022-05-10 08:26:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 08:26:03 +0200 |
commit | 8f989bb489be5fea5d0b93f748edb6bac46e6e4b (patch) | |
tree | 05480e8447af7a5731d8d6b84d2eeb1439b1b01e /core | |
parent | 799cb624c937d883d19fefd018c872e63044c9ae (diff) | |
parent | c57fc7918f52a6e2afb1cb2c33b7f3f9889cd3e1 (diff) | |
download | nextcloud-server-8f989bb489be5fea5d0b93f748edb6bac46e6e4b.tar.gz nextcloud-server-8f989bb489be5fea5d0b93f748edb6bac46e6e4b.zip |
Merge pull request #32274 from nextcloud/tooltip-overflow
Diffstat (limited to 'core')
-rw-r--r-- | core/css/tooltip.scss | 1 |
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; |