mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +03:00
Small maxWidth improvement for
https://github.com/the-djmaze/snappymail/issues/184#issuecomment-1039538958
This commit is contained in:
parent
301413020c
commit
9ea32aae95
1 changed files with 2 additions and 1 deletions
|
|
@ -173,7 +173,8 @@ export const
|
||||||
if (!value.includes('%')) {
|
if (!value.includes('%')) {
|
||||||
delAttribute('width');
|
delAttribute('width');
|
||||||
oStyle.maxWidth = value + 'px';
|
oStyle.maxWidth = value + 'px';
|
||||||
oStyle.removeProperty('width');
|
oStyle.width = '100%';
|
||||||
|
// oStyle.removeProperty('width');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue