Merge pull request #22760 from owncloud/tooltip-cssfix
add word wrap to tooltips. Fixes #22746
This commit is contained in:
commit
6d9e15c6a1
|
@ -53,6 +53,7 @@
|
|||
text-align: center;
|
||||
background-color: #000000;
|
||||
border-radius: 4px;
|
||||
word-break: break-all;
|
||||
}
|
||||
.tooltip-arrow {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue