Skip to content

Commit 1b19243

Browse files
committed
remove padding
1 parent 02210aa commit 1b19243

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/micron-parser.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ class MicronParser {
368368
outerDiv.style.backgroundColor = this.colorToCss(state.bg_color);
369369
outerDiv.style.width = "100%";
370370
outerDiv.style.display = "block";
371-
outerDiv.style.padding = "0 2px";
372371
outerDiv.appendChild(container);
373372
return [outerDiv];
374373
}
@@ -455,7 +454,6 @@ class MicronParser {
455454
if (currentSpan) {
456455
if (currentStyle && currentStyle.bg !== state.default_bg && currentStyle.bg !== "default") {
457456
currentSpan.style.display = "inline-block";
458-
currentSpan.style.padding = "0 2px";
459457
}
460458
container.appendChild(currentSpan);
461459
currentSpan = null;

0 commit comments

Comments
 (0)