mirror of https://github.com/M66B/FairEmail.git
Too many disadvantages
This commit is contained in:
parent
0652802a4b
commit
430d64ef74
|
@ -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 New Issue