style: displayExpandedItem table take full width
This commit is contained in:
parent
5c0dbcb5bc
commit
fda8590c9d
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue