mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Prevent extra line after no margin paragraphs
This commit is contained in:
@@ -1148,7 +1148,8 @@ public class HtmlHelper {
|
||||
|
||||
if (TextUtils.isEmpty(p.text())) {
|
||||
p.attr("x-line-before", "false");
|
||||
p.attr("x-line-after", "true");
|
||||
if (!"false".equals(p.attr("x-line-after")))
|
||||
p.attr("x-line-after", "true");
|
||||
} else
|
||||
p.attr("x-paragraph", "true");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user