From fda8590c9d88da7716ed98596315c108a4a34f8a Mon Sep 17 00:00:00 2001 From: reschan Date: Mon, 18 Oct 2021 16:39:43 +0700 Subject: [PATCH] style: displayExpandedItem table take full width --- sq2display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sq2display.js b/sq2display.js index 048d1d8..bb9c7ed 100644 --- a/sq2display.js +++ b/sq2display.js @@ -187,7 +187,7 @@ function displaysq2ExpandedItem(item, parent_id, mini=false){ } else if (command === "#table") { active_elem = document.createElement('table'); - active_elem.style.width = "19em"; + active_elem.style.width = "100%"; } active_elem.classList.add('item-margin');