From 6d55219ed35c5a780ab7bceadab4d70bfd9be33c Mon Sep 17 00:00:00 2001 From: Daniel Ramirez Date: Wed, 24 May 2017 20:07:49 -0700 Subject: [PATCH] Reverted back to original max-width --- scss/components/_tooltip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_tooltip.scss b/scss/components/_tooltip.scss index bfd3c82a5..a0d5c3aaa 100644 --- a/scss/components/_tooltip.scss +++ b/scss/components/_tooltip.scss @@ -32,7 +32,7 @@ $tooltip-padding: 0.75rem !default; /// Default max width for tooltips. /// @type Number -$tooltip-max-width: 100% !default; +$tooltip-max-width: 10rem !default; /// Default font size of the tooltip text. By default, we recommend a smaller font size than the body copy. /// @type Number -- 2.47.2