summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorErik Pellikka <erik@pellikka.org>2016-03-01 13:05:08 -0500
committerErik Pellikka <erik@pellikka.org>2016-03-02 05:38:36 -0500
commit82e87b9bb613d403519b1ccbfc3589fcba096a39 (patch)
treea596ebc961faa25f1db6d47886d387ea43122672 /core/css
parent6d90651ff0218e4bebea1b6221969abde8a9d841 (diff)
downloadnextcloud-server-82e87b9bb613d403519b1ccbfc3589fcba096a39.tar.gz
nextcloud-server-82e87b9bb613d403519b1ccbfc3589fcba096a39.zip
add word wrap to tooltips
Diffstat (limited to 'core/css')
-rw-r--r--core/css/tooltip.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/tooltip.css b/core/css/tooltip.css
index 34d0ec6c70f..3c3582e30ef 100644
--- a/core/css/tooltip.css
+++ b/core/css/tooltip.css
@@ -53,6 +53,7 @@
text-align: center;
background-color: #000000;
border-radius: 4px;
+ word-break: break-all;
}
.tooltip-arrow {
position: absolute;