mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Resolve #678
This commit is contained in:
parent
c1b33dc0c4
commit
b926d86568
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ export const
|
|||
if (!value) {
|
||||
value = getAttribute('width');
|
||||
if (1 < pInt(value)) {
|
||||
oStyle.width = value.includes('%') ? value : value + 'px';
|
||||
value = oStyle.width = value.includes('%') ? value : value + 'px';
|
||||
}
|
||||
}
|
||||
delAttribute('width');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue