diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-06-08 17:34:30 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-06-08 17:34:30 +0200 |
commit | 7c8d2a852012ce7a509af685f9b386f95dd03d47 (patch) | |
tree | 36c79fa63ce078d936e2b839d8a2a7ba535804b1 /core | |
parent | e49307014c9dab210dc21cc50a918e0b1c6fff22 (diff) | |
parent | e70bd36e5dc25812b5070ced67255d4490c52fd7 (diff) | |
download | nextcloud-server-7c8d2a852012ce7a509af685f9b386f95dd03d47.tar.gz nextcloud-server-7c8d2a852012ce7a509af685f9b386f95dd03d47.zip |
Merge pull request #25027 from owncloud/fix-22746-narrowtooltip
Added width of the tooltip
Diffstat (limited to 'core')
-rw-r--r-- | core/css/tooltip.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/tooltip.css b/core/css/tooltip.css index 34d0ec6c70f..af25fd5533d 100644 --- a/core/css/tooltip.css +++ b/core/css/tooltip.css @@ -47,7 +47,7 @@ padding: 0 5px; } .tooltip-inner { - max-width: 200px; + max-width: 350px; padding: 3px 8px; color: #ffffff; text-align: center; |