Removed align justify

This commit is contained in:
M66B 2020-10-03 11:45:27 +02:00
parent 19e75f50be
commit deee43af29
1 changed files with 1 additions and 1 deletions

View File

@ -2040,11 +2040,11 @@ public class HtmlHelper {
}
if (!table) {
// https://developer.mozilla.org/en-US/docs/Web/CSS/text-align
Layout.Alignment alignment = null;
switch (value) {
case "left":
case "start":
case "justify":
alignment = (ltr ? Layout.Alignment.ALIGN_NORMAL : Layout.Alignment.ALIGN_OPPOSITE);
break;
case "center":