summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-14 11:53:35 +0200
committerThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-14 11:53:35 +0200
commit6d9e15c6a142728ae15e2c8738185aede8c7dc19 (patch)
tree5836a710eccfa9618a3d91017df7c1a3c55339b1 /core/css
parent97d553b57ae5f612f9e9ceda73453712411dd723 (diff)
parent82e87b9bb613d403519b1ccbfc3589fcba096a39 (diff)
downloadnextcloud-server-6d9e15c6a142728ae15e2c8738185aede8c7dc19.tar.gz
nextcloud-server-6d9e15c6a142728ae15e2c8738185aede8c7dc19.zip
Merge pull request #22760 from owncloud/tooltip-cssfix
add word wrap to tooltips. Fixes #22746
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;