diff options
author | Git'Fellow <carlos@reendex.com> | 2022-05-05 09:24:00 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-05-05 07:52:26 +0000 |
commit | 07153a191e38edac27a493df9c05b9edfa0f0571 (patch) | |
tree | a666922d9c54673d7bfc7efb0ed6b680a1bcb14c /core/css | |
parent | d3efd40a24be45a2a38a904c111d10fa4de01f81 (diff) | |
download | nextcloud-server-07153a191e38edac27a493df9c05b9edfa0f0571.tar.gz nextcloud-server-07153a191e38edac27a493df9c05b9edfa0f0571.zip |
Fix tooltips overflow
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/tooltip.scss | 2 |
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; |