mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
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;
|
cell.innerHTML = label;
|
||||||
row.append(cell);
|
row.append(cell);
|
||||||
table.append(emptyRow1, row, emptyRow2);
|
table.append(emptyRow1, row, emptyRow2);
|
||||||
|
table.style.textAlign = "center";
|
||||||
|
|
||||||
// element.innerHTML = this.props.label;
|
// element.innerHTML = this.props.label;
|
||||||
element.append(table);
|
element.append(table);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user