diff options
author | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-04-21 12:52:50 +0200 |
---|---|---|
committer | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-04-21 12:52:50 +0200 |
commit | e673ff0f330425ac37697e2ce2f262888289b406 (patch) | |
tree | 91c0a054a3879207aff3c55f4351e282d1f6ccb3 | |
parent | 93649d6fe8e2e079dec7fa3bd34f8d8c2306f055 (diff) | |
parent | e977a24ba157c4d073bc267ace1b3fb4898e78e3 (diff) | |
download | nextcloud-server-e673ff0f330425ac37697e2ce2f262888289b406.tar.gz nextcloud-server-e673ff0f330425ac37697e2ce2f262888289b406.zip |
Merge pull request #24138 from owncloud/revert-22760-tooltip-cssfix
Revert "add word wrap to tooltips. Fixes #22746"
-rw-r--r-- | core/css/tooltip.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/tooltip.css b/core/css/tooltip.css index 3c3582e30ef..34d0ec6c70f 100644 --- a/core/css/tooltip.css +++ b/core/css/tooltip.css @@ -53,7 +53,6 @@ text-align: center; background-color: #000000; border-radius: 4px; - word-break: break-all; } .tooltip-arrow { position: absolute; |