diff --git a/src/core_plugins/status_page/public/components/status_table.js b/src/core_plugins/status_page/public/components/status_table.js index 74ca4a9182dac..4aea9ac01c989 100644 --- a/src/core_plugins/status_page/public/components/status_table.js +++ b/src/core_plugins/status_page/public/components/status_table.js @@ -38,7 +38,7 @@ class StatusTable extends Component { static columns = [{ field: 'state', name: '', - render: state => , + render: state => , width: '32px' }, { field: 'id',