mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +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');
|
||||
}
|
||||
value = oStyle.removeProperty('width');
|
||||
if (value && !oStyle.maxWidth) {
|
||||
if (parseInt(value,10) && !oStyle.maxWidth) {
|
||||
oStyle.maxWidth = value;
|
||||
oStyle.width = '100%';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue