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:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-21 13:52:50 +0300
committerThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-21 13:52:50 +0300
commite673ff0f330425ac37697e2ce2f262888289b406 (patch)
tree91c0a054a3879207aff3c55f4351e282d1f6ccb3 /core
parent93649d6fe8e2e079dec7fa3bd34f8d8c2306f055 (diff)
parente977a24ba157c4d073bc267ace1b3fb4898e78e3 (diff)
Merge pull request #24138 from owncloud/revert-22760-tooltip-cssfix
Revert "add word wrap to tooltips. Fixes #22746"
Diffstat (limited to 'core')
-rw-r--r--core/css/tooltip.css1
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;