We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614f7a5 commit 02210aaCopy full SHA for 02210aa
1 file changed
js/micron-parser.js
@@ -601,7 +601,6 @@ applyStyleToElement(el, style, defaultBg = "default") {
601
}
602
if (bgColor && bgColor !== "default" && style.bg !== defaultBg) {
603
el.style.backgroundColor = bgColor;
604
- el.style.padding = "0 2px";
605
el.style.display = "inline-block";
606
607
0 commit comments