mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Resolve #230
This commit is contained in:
parent
eb22ddc4c3
commit
973cb83ba0
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ export const
|
|||
setAttribute('data-x-style-broken-urls', JSON.stringify(urls.broken));
|
||||
}
|
||||
|
||||
if (11 < pInt(oStyle.fontSize)) {
|
||||
if (11 > pInt(oStyle.fontSize)) {
|
||||
oStyle.removeProperty('font-size');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue