Add CSS hidden class in mailer layout

This commit is contained in:
Alessio Caiazza 2017-11-02 15:05:09 +01:00
parent 6369db0196
commit 4b4e83dc12
No known key found for this signature in database
GPG Key ID: 8655B9CB5B8B512E
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
body, table, td, a { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
table, td { mso-table-lspace: 0pt; mso-table-rspace: 0pt; }
img { -ms-interpolation-mode: bicubic; }
.hidden {
display: none !important;
visibility: hidden !important;
}
/* iOS BLUE LINKS */
a[x-apple-data-detectors] {