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;