Merge pull request #22760 from owncloud/tooltip-cssfix

add word wrap to tooltips. Fixes #22746
This commit is contained in:
Thomas Müller 2016-04-14 11:53:35 +02:00
commit 6d9e15c6a1
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
text-align: center;
background-color: #000000;
border-radius: 4px;
word-break: break-all;
}
.tooltip-arrow {
position: absolute;