From: Vsevolod Stakhov Date: Thu, 16 Dec 2021 15:50:52 +0000 (+0000) Subject: [Minor] Really set a sane font size X-Git-Tag: 3.2~155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84aef0280c7ea8a18737d4ee5232f4a9bd004d30;p=thirdparty%2Frspamd.git [Minor] Really set a sane font size --- diff --git a/src/libserver/html/html_block.hxx b/src/libserver/html/html_block.hxx index aeb8020131..9cdbfd728f 100644 --- a/src/libserver/html/html_block.hxx +++ b/src/libserver/html/html_block.hxx @@ -191,7 +191,7 @@ public: width_mask = html_block::size_prop(width_mask, other.width_mask, width, other.width, static_cast(1024)); font_mask = html_block::size_prop(font_mask, other.font_mask, - font_size, other.font_size, static_cast(1024)); + font_size, other.font_size, static_cast(10)); } /*