]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Add spacer css rule in grid
authorAntonin Cezard <anc@ecedi.fr>
Fri, 25 Mar 2016 23:11:26 +0000 (00:11 +0100)
committerAntonin Cezard <anc@ecedi.fr>
Fri, 25 Mar 2016 23:11:26 +0000 (00:11 +0100)
scss/grid/_grid.scss

index 1fe6e2af40f0c5e23573853deb3336dd326702e7..ef4d8471e26b014b8881d4916231015730589f21 100755 (executable)
@@ -40,6 +40,10 @@ table {
     width: 100%;
     position: relative;
   }
+  
+  &.spacer {
+      width: 100%;
+  }
 }
 
 table.container table.row {