From e70bd36e5dc25812b5070ced67255d4490c52fd7 Mon Sep 17 00:00:00 2001 From: Sergio BertolĂ­n Date: Wed, 8 Jun 2016 11:38:39 +0000 Subject: Added width of the tooltip --- core/css/tooltip.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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; -- cgit v1.2.3