]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
FIX: valign attribute not respected
authorTobias H <tobias.h.public@gmail.com>
Fri, 24 Apr 2020 13:33:04 +0000 (13:33 +0000)
committerTobias H <tobias.h.public@gmail.com>
Fri, 24 Apr 2020 13:33:04 +0000 (13:33 +0000)
_normalize.scss hardcoded `vertical-align: top;` for `td` and `th`. This breaks setting `<column valign="bottom>"`.

scss/components/_normalize.scss

index 0d164b72adbea6b85329a0e076b64a0979e6b37e..3a95e0facc16a7b72570d261fefcb0fde554f569 100755 (executable)
@@ -82,6 +82,5 @@ table, tr, td, th {
   padding-right: 0;
   padding-bottom: 0;
   padding-left: 0;
-  vertical-align: top;
   text-align: left;
 }