]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
TASK: Change fix to keep vertical-align:top; by default
authorTobias H <tobias.h.public@gmail.com>
Fri, 24 Apr 2020 15:02:31 +0000 (15:02 +0000)
committerTobias H <tobias.h.public@gmail.com>
Fri, 24 Apr 2020 15:02:31 +0000 (15:02 +0000)
scss/components/_normalize.scss

index 3a95e0facc16a7b72570d261fefcb0fde554f569..7dc1c535c85298060c08cb13436134570fc7bc94 100755 (executable)
@@ -82,5 +82,10 @@ table, tr, td, th {
   padding-right: 0;
   padding-bottom: 0;
   padding-left: 0;
+  vertical-align: top;
   text-align: left;
 }
+
+table, tr, td:not([valign]), th:not([valign]) {
+  vertical-align: top;
+}