]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix for Firefox's image width bug 5577/head
authorBrett DeWoody <brett@digitalwaxworks.com>
Thu, 7 Aug 2014 15:41:04 +0000 (09:41 -0600)
committerBrett DeWoody <brett@digitalwaxworks.com>
Thu, 7 Aug 2014 15:41:04 +0000 (09:41 -0600)
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.

scss/foundation/components/_tables.scss

index 362b4e3cda851d0da55127140ffbeb1be4176e42..4d20e5c91dd89f5c0e7caf825101024cb2be1d2b 100755 (executable)
@@ -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;