mirror of https://github.com/M66B/FairEmail.git
Removed align justify
This commit is contained in:
parent
19e75f50be
commit
deee43af29
|
@ -2040,11 +2040,11 @@ public class HtmlHelper {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!table) {
|
if (!table) {
|
||||||
|
// https://developer.mozilla.org/en-US/docs/Web/CSS/text-align
|
||||||
Layout.Alignment alignment = null;
|
Layout.Alignment alignment = null;
|
||||||
switch (value) {
|
switch (value) {
|
||||||
case "left":
|
case "left":
|
||||||
case "start":
|
case "start":
|
||||||
case "justify":
|
|
||||||
alignment = (ltr ? Layout.Alignment.ALIGN_NORMAL : Layout.Alignment.ALIGN_OPPOSITE);
|
alignment = (ltr ? Layout.Alignment.ALIGN_NORMAL : Layout.Alignment.ALIGN_OPPOSITE);
|
||||||
break;
|
break;
|
||||||
case "center":
|
case "center":
|
||||||
|
|
Loading…
Reference in New Issue