We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02210aa commit 1b19243Copy full SHA for 1b19243
js/micron-parser.js
@@ -368,7 +368,6 @@ class MicronParser {
368
outerDiv.style.backgroundColor = this.colorToCss(state.bg_color);
369
outerDiv.style.width = "100%";
370
outerDiv.style.display = "block";
371
- outerDiv.style.padding = "0 2px";
372
outerDiv.appendChild(container);
373
return [outerDiv];
374
}
@@ -455,7 +454,6 @@ class MicronParser {
455
454
if (currentSpan) {
456
if (currentStyle && currentStyle.bg !== state.default_bg && currentStyle.bg !== "default") {
457
currentSpan.style.display = "inline-block";
458
- currentSpan.style.padding = "0 2px";
459
460
container.appendChild(currentSpan);
461
currentSpan = null;
0 commit comments