Skip to content

Commit

Permalink
Resolve #1082
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Apr 18, 2023
1 parent b09be12 commit 8630b41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev/Common/Html.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,11 +531,12 @@ export const
if (urls_broken.length) {
setAttribute('data-x-style-broken-urls', JSON.stringify(urls_broken));
}

/*
// https://github.com/the-djmaze/snappymail/issues/1082
if (11 > pInt(oStyle.fontSize)) {
oStyle.removeProperty('font-size');
}

*/
// Removes background and color
// Many e-mails incorrectly only define one, not both
// And in dark theme mode this kills the readability
Expand Down

0 comments on commit 8630b41

Please sign in to comment.