From 82e87b9bb613d403519b1ccbfc3589fcba096a39 Mon Sep 17 00:00:00 2001 From: Erik Pellikka Date: Tue, 1 Mar 2016 13:05:08 -0500 Subject: [PATCH] add word wrap to tooltips --- core/css/tooltip.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/tooltip.css b/core/css/tooltip.css index 34d0ec6c70..3c3582e30e 100644 --- a/core/css/tooltip.css +++ b/core/css/tooltip.css @@ -53,6 +53,7 @@ text-align: center; background-color: #000000; border-radius: 4px; + word-break: break-all; } .tooltip-arrow { position: absolute;