commit 84aef02: [Minor] Really set a sane font size

Vsevolod Stakhov vsevolod at highsecure.ru
Thu Dec 16 15:56:05 UTC 2021


Author: Vsevolod Stakhov
Date: 2021-12-16 15:50:52 +0000
URL: https://github.com/rspamd/rspamd/commit/84aef0280c7ea8a18737d4ee5232f4a9bd004d30 (HEAD -> master)

[Minor] Really set a sane font size

---
 src/libserver/html/html_block.hxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libserver/html/html_block.hxx b/src/libserver/html/html_block.hxx
index aeb802013..9cdbfd728 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<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));
 	}
 
 	/*


More information about the Commits mailing list