]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Target only first tbody child 254/head
authorAlex Ketch <alex-ketch@users.noreply.github.com>
Thu, 17 Mar 2016 23:56:55 +0000 (19:56 -0400)
committerAlex Ketch <alex-ketch@users.noreply.github.com>
Thu, 17 Mar 2016 23:56:55 +0000 (19:56 -0400)
scss/grid/_grid.scss

index 97f5ee38872a1c66e558bb00c512fc241b37719f..324805e594938e765af06c0e1816bb6fb640f7bc 100755 (executable)
@@ -93,8 +93,8 @@ th.column {
 
   //Collapsed logic
   .collapse {
-    tbody > tr > td.large-#{$i},
-    tbody > tr > th.large-#{$i} {
+    tbody > tr > td.large-#{$i},
+    tbody > tr > th.large-#{$i} {
       padding-right: 0;
       padding-left: 0;
       width: -zf-grid-calc-px($i, $grid-column-count, $global-width) + $global-gutter;