]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Reverted back to original max-width 10078/head
authorDaniel Ramirez <daniel@akosweb.com>
Thu, 25 May 2017 03:07:49 +0000 (20:07 -0700)
committerDaniel Ramirez <daniel@akosweb.com>
Thu, 25 May 2017 03:07:49 +0000 (20:07 -0700)
scss/components/_tooltip.scss

index bfd3c82a56614cec7ed043804a346f5bbffe7f78..a0d5c3aaa5794cfa4d108caf330d234a99707274 100644 (file)
@@ -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