Skip to content

Commit 02210aa

Browse files
committed
revert padding
1 parent 614f7a5 commit 02210aa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

js/micron-parser.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,6 @@ applyStyleToElement(el, style, defaultBg = "default") {
601601
}
602602
if (bgColor && bgColor !== "default" && style.bg !== defaultBg) {
603603
el.style.backgroundColor = bgColor;
604-
el.style.padding = "0 2px";
605604
el.style.display = "inline-block";
606605
}
607606

0 commit comments

Comments
 (0)