From: Brett DeWoody Date: Thu, 7 Aug 2014 15:41:04 +0000 (-0600) Subject: Fix for Firefox's image width bug X-Git-Tag: v5.4.1~5^2~4^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5577%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix for Firefox's image width bug Fix for Firefox bug #975632 - https://bugzilla.mozilla.org/show_bug.cgi?id=975632. I created an issue for this - https://github.com/zurb/foundation/issues/5576. --- diff --git a/scss/foundation/components/_tables.scss b/scss/foundation/components/_tables.scss index 362b4e3cd..4d20e5c91 100755 --- a/scss/foundation/components/_tables.scss +++ b/scss/foundation/components/_tables.scss @@ -63,6 +63,8 @@ $table-margin-bottom: rem-calc(20) !default; background: $table-bg; margin-bottom: $table-margin-bottom; border: $table-border-style $table-border-size $table-border-color; + table-layout:fixed; + width:100%; caption { background: $table-caption-bg;