mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-28 07:24:36 +08:00
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:
parent
d7337f2b10
commit
b890aaca6f
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@
|
|||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue