mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
Resolve #956
This commit is contained in:
parent
7a762e50c7
commit
ae1e6184c3
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ export const
|
||||||
delAttribute('width');
|
delAttribute('width');
|
||||||
}
|
}
|
||||||
value = oStyle.removeProperty('width');
|
value = oStyle.removeProperty('width');
|
||||||
if (value && !oStyle.maxWidth) {
|
if (parseInt(value,10) && !oStyle.maxWidth) {
|
||||||
oStyle.maxWidth = value;
|
oStyle.maxWidth = value;
|
||||||
oStyle.width = '100%';
|
oStyle.width = '100%';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue