mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 17:13:23 +02:00
Use em-space for column separation
This commit is contained in:
@@ -795,7 +795,7 @@ public class HtmlHelper {
|
||||
// separate columns
|
||||
if (hasVisibleContent(col.childNodes()))
|
||||
if (col.nextElementSibling() != null)
|
||||
col.appendText(" ");
|
||||
col.appendText("\u2003"); // em space
|
||||
|
||||
if ("th".equals(col.tagName()))
|
||||
col.tagName("strong");
|
||||
|
||||
Reference in New Issue
Block a user