diff --git a/dev/Common/Html.js b/dev/Common/Html.js
index c4180448a..a51b0747e 100644
--- a/dev/Common/Html.js
+++ b/dev/Common/Html.js
@@ -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