Too many disadvantages

This commit is contained in:
M66B 2020-11-17 12:38:03 +01:00
parent 0652802a4b
commit 430d64ef74
1 changed files with 6 additions and 0 deletions

View File

@ -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))