Removed hiding width/height=0

pull/206/head
M66B 4 years ago
parent 1cb8ca6856
commit dcc38b90e3

@ -785,7 +785,7 @@ public class HtmlHelper {
element.attr("x-inline", "true");
}
break;
/*
case "height":
case "width":
//case "font-size":
@ -800,7 +800,7 @@ public class HtmlHelper {
}
}
break;
*/
case "margin":
case "padding":
case "margin-top":

Loading…
Cancel
Save