mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #25027 from owncloud/fix-22746-narrowtooltip
Added width of the tooltip
This commit is contained in:
commit
7c8d2a8520
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
padding: 0 5px;
|
||||
}
|
||||
.tooltip-inner {
|
||||
max-width: 200px;
|
||||
max-width: 350px;
|
||||
padding: 3px 8px;
|
||||
color: #ffffff;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue