From 7e2213e9b9d7731d2c0df959eeec5d07824bfcb7 Mon Sep 17 00:00:00 2001 From: bymyself Date: Thu, 13 Feb 2025 23:55:31 -0700 Subject: [PATCH] nit: remove comment --- js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common.js b/js/common.js index 83c5f2b7..054b20ac 100644 --- a/js/common.js +++ b/js/common.js @@ -103,7 +103,7 @@ export function addReportButton(dialogEl, options = {}) { const button = document.createElement("button"); button.textContent = "Report Error"; - button.style.marginBottom = "0.25rem"; // mt-1 + button.style.marginBottom = "0.25rem"; const cleanText = (text) => (text ? text.replace(/[\r\n\t\s]/g, " ") : text);