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:
authorLukas Reschke <lukas@owncloud.com>2016-04-21 00:13:07 +0300
committerLukas Reschke <lukas@owncloud.com>2016-04-21 00:13:07 +0300
commite977a24ba157c4d073bc267ace1b3fb4898e78e3 (patch)
tree56e51cc2e38802809ae0cafdb17816915da6450e /core/css/tooltip.css
parenta061ef75ead3d5eb9fa5e713301b7452b3b12b73 (diff)
Revert "add word wrap to tooltips. Fixes #22746"
Diffstat (limited to 'core/css/tooltip.css')
-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;