style: displayExpandedItem table take full width

This commit is contained in:
reschan 2021-10-18 16:39:43 +07:00
parent 5c0dbcb5bc
commit fda8590c9d

View file

@ -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');