]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Update _normalize.scss 1030/head
authorValov Vladimir <valov-web@yandex.ru>
Fri, 11 Sep 2020 09:41:46 +0000 (12:41 +0300)
committerGitHub <noreply@github.com>
Fri, 11 Sep 2020 09:41:46 +0000 (12:41 +0300)
scss/components/_normalize.scss

index 0d164b72adbea6b85329a0e076b64a0979e6b37e..a59fd48bc4e594c48eabb3fc8c23b4a98ee1bcf1 100755 (executable)
@@ -75,6 +75,9 @@ td, th {
   -moz-hyphens: auto;
   hyphens: auto;
   border-collapse: collapse !important;
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+  box-sizing: border-box;
 }
 
 table, tr, td, th {