]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fixes center tag min-width
authorJoe Workman <joe@workmanmail.com>
Tue, 22 Mar 2022 17:02:09 +0000 (10:02 -0700)
committerJoe Workman <joe@workmanmail.com>
Tue, 22 Mar 2022 17:02:36 +0000 (10:02 -0700)
closes #651

scss/components/_normalize.scss
scss/grid/_grid.scss

index 675ad48e91989b1f59e638697173c8c89877402f..2a9fdec57925d6bb6720b6246f61b440b9c6604c 100755 (executable)
@@ -57,7 +57,6 @@ img {
 
 center {
   width: 100%;
-  min-width: $global-width;
 }
 
 a img {
index 1e65c4c0e0cf5499a4d07d3779dd63966286971d..648f4f7436eb237118c2bcd8ad476f1ef8069594 100755 (executable)
@@ -79,13 +79,6 @@ th.column {
   .columns.last {
     padding-right: 0 !important;
   }
-
-  .column,
-  .columns {
-    center {
-      min-width: auto !important;
-    }
-  }
 }
 
 td.columns.last,
@@ -150,11 +143,6 @@ th.column {
     }
   }
 
-  td.large-#{$i} center,
-  th.large-#{$i} center {
-    min-width: -zf-grid-calc-px($i, $grid-column-count, $global-width) - ($global-gutter * 2);
-  }
-
   .body .columns td.large-#{$i},
   .body .column td.large-#{$i},
   .body .columns th.large-#{$i},