]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Really set a sane font size
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 16 Dec 2021 15:50:52 +0000 (15:50 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 16 Dec 2021 15:50:52 +0000 (15:50 +0000)
src/libserver/html/html_block.hxx

index aeb802013128000b3023ef49866c0ddaace24457..9cdbfd728fbd218182b08609f6be804d202a8279 100644 (file)
@@ -191,7 +191,7 @@ public:
                width_mask = html_block::size_prop(width_mask, other.width_mask,
                                width, other.width, static_cast<std::int16_t>(1024));
                font_mask = html_block::size_prop(font_mask, other.font_mask,
-                               font_size, other.font_size, static_cast<std::int8_t>(1024));
+                               font_size, other.font_size, static_cast<std::int8_t>(10));
        }
 
        /*