fix(styles): Remove custom pre tag styling for email

Fixes #424
This commit is contained in:
Juan Tejada 2015-11-24 12:35:35 -08:00
parent b3a86de16a
commit a1269e35cc

View file

@ -75,10 +75,6 @@
-webkit-font-smoothing: antialiased;
}
pre {
white-space: normal;
}
a {
color: @text-color-link;
}