mirror of https://github.com/M66B/FairEmail.git
Removed hiding width/height=0
This commit is contained in:
parent
1cb8ca6856
commit
dcc38b90e3
|
@ -785,7 +785,7 @@ public class HtmlHelper {
|
||||||
element.attr("x-inline", "true");
|
element.attr("x-inline", "true");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
/*
|
||||||
case "height":
|
case "height":
|
||||||
case "width":
|
case "width":
|
||||||
//case "font-size":
|
//case "font-size":
|
||||||
|
@ -800,7 +800,7 @@ public class HtmlHelper {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
*/
|
||||||
case "margin":
|
case "margin":
|
||||||
case "padding":
|
case "padding":
|
||||||
case "margin-top":
|
case "margin-top":
|
||||||
|
|
Loading…
Reference in New Issue