summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSergio Bertolín <sbertolin@solidgear.es>2016-06-08 11:38:39 +0000
committerSergio Bertolín <sbertolin@solidgear.es>2016-06-08 11:38:39 +0000
commite70bd36e5dc25812b5070ced67255d4490c52fd7 (patch)
treed4482ce7fde9db0da9ed935216be28795ad2be90 /core
parent46fe2ddf2e7a4413586095143521684a0377daad (diff)
downloadnextcloud-server-e70bd36e5dc25812b5070ced67255d4490c52fd7.tar.gz
nextcloud-server-e70bd36e5dc25812b5070ced67255d4490c52fd7.zip
Added width of the tooltip
Diffstat (limited to 'core')
-rw-r--r--core/css/tooltip.css2
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;