|
|
@@ -411,8 +411,7 @@ this.singlefile.ui = this.singlefile.ui || (() => {
|
|
|
lineElement.setAttribute("data-id", id);
|
|
|
lineElement.style.setProperty("display", "flex", "important");
|
|
|
lineElement.style.setProperty("justify-content", "space-between", "important");
|
|
|
- lineElement.style.setProperty("padding-top", "2px", "important");
|
|
|
- lineElement.style.setProperty("padding-bottom", "2px", "important");
|
|
|
+ lineElement.style.setProperty("padding", "2px", "important");
|
|
|
const textElement = createElement(LOGS_LINE_ELEMENT_TAGNAME, lineElement);
|
|
|
textElement.style.setProperty("font-size", "13px", "important");
|
|
|
textElement.style.setProperty("font-family", "arial, sans-serif", "important");
|