Small font size debug info

This commit is contained in:
M66B
2021-08-15 21:28:33 +02:00
parent 5e98c65c95
commit 40ea1c3cb9
2 changed files with 4 additions and 1 deletions

View File

@@ -552,6 +552,9 @@ public class HtmlHelper {
// Element style
style = mergeStyles(style, element.attr("style"));
if ("fairemail_debug_info".equals(clazz))
style = mergeStyles(style, "font-size: smaller");
if (text_align) {
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/center
if ("center".equals(element.tagName())) {