From: Daniel Ramirez Date: Thu, 25 May 2017 03:07:49 +0000 (-0700) Subject: Reverted back to original max-width X-Git-Tag: v6.4.0-rc1~28^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d55219ed35c5a780ab7bceadab4d70bfd9be33c;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Reverted back to original max-width --- 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