Visual Console Refactor: minor fix

Former-commit-id: 307e332c77254c5109ebc20cef3cfd18193daf87
This commit is contained in:
Alejandro Gallardo Escobar 2019-04-24 16:57:20 +02:00
parent 1cb15c9404
commit 1624af9af7
1 changed files with 1 additions and 0 deletions

View File

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