From 0cefe76334618ae49a7f28f94fb2cf2209912fb1 Mon Sep 17 00:00:00 2001 From: luis cielak Date: Thu, 9 Aug 2018 15:54:02 -0400 Subject: [PATCH] Restrict the with of the tooltip for longer text --- styles/elements/_tooltip.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/elements/_tooltip.scss b/styles/elements/_tooltip.scss index afc4f625..4cca7963 100644 --- a/styles/elements/_tooltip.scss +++ b/styles/elements/_tooltip.scss @@ -1,6 +1,7 @@ .tooltip { display: block; z-index: 10000; + max-width: $text-max-width; .tooltip-inner { background: $color-black;