]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
fixed nested grid issue
authorTim Hartwick <tdhartwick2@gmail.com>
Wed, 17 Feb 2016 23:31:04 +0000 (15:31 -0800)
committerTim Hartwick <tdhartwick2@gmail.com>
Wed, 17 Feb 2016 23:31:04 +0000 (15:31 -0800)
scss/grid/_grid.scss

index 3e2945eefd6141206479d2e3ca85ba4df7eecc0c..47dbd82e4e55ea88dc2b8263c97ba115cbe6f852 100755 (executable)
@@ -60,6 +60,16 @@ th.column.last {
   padding-right: $grid-column-gutter;
 }
 
+//makes sure nested tables are 100% width
+td.columns,
+td.column,
+th.columns,
+th.column {
+  table {
+    width: 100%;
+  }
+}
+
 @for $i from 1 through $grid-column-count {
   td.large-#{$i},
   th.large-#{$i} {