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) {
|
||||
// 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":
|
||||
|
|
Loading…
Reference in New Issue