Merge pull request #25027 from owncloud/fix-22746-narrowtooltip

Added width of the tooltip
This commit is contained in:
Vincent Petry 2016-06-08 17:34:30 +02:00
commit 7c8d2a8520
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
max-width: 350px;
padding: 3px 8px;
color: #ffffff;
text-align: center;