mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Too many disadvantages
This commit is contained in:
parent
0652802a4b
commit
430d64ef74
1 changed files with 6 additions and 0 deletions
|
@ -921,6 +921,12 @@ public class HtmlHelper {
|
|||
|
||||
// Flow not / left aligned columns
|
||||
String align = col.attr("x-align");
|
||||
//if (next == null && row.childrenSize() == 2) {
|
||||
// align = "end";
|
||||
// String style = col.attr("style");
|
||||
// col.attr("style",
|
||||
// mergeStyles(style, "text-align:" + align));
|
||||
//}
|
||||
if (TextUtils.isEmpty(align) ||
|
||||
"left".equals(align) ||
|
||||
"start".equals(align))
|
||||
|
|
Loading…
Reference in a new issue