Visual Console Refactor: minor fix
Former-commit-id: 307e332c77254c5109ebc20cef3cfd18193daf87
This commit is contained in:
parent
1cb15c9404
commit
1624af9af7
|
@ -211,6 +211,7 @@ abstract class VisualConsoleItem<Props extends ItemProps> {
|
|||
cell.innerHTML = label;
|
||||
row.append(cell);
|
||||
table.append(emptyRow1, row, emptyRow2);
|
||||
table.style.textAlign = "center";
|
||||
|
||||
// element.innerHTML = this.props.label;
|
||||
element.append(table);
|
||||
|
|
Loading…
Reference in New Issue