fix(email-frame): We can no longer specify a max-width on images, because it's relative to an unknown parent container and changes the dynamic of sizing of images inside of tables

We may need another fix, but we sure as hell can't have this one.
This commit is contained in:
Ben Gotow 2015-08-17 14:50:40 -07:00
parent d7337f2b10
commit b890aaca6f

View file

@ -59,7 +59,6 @@
}
img {
max-width: 100%;
border: 0;
}