mirror of https://github.com/M66B/FairEmail.git
Use em-space for column separation
This commit is contained in:
parent
da852076ce
commit
32b4e135f3
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue