From 5805b0972534d5287cec3b7d1a2131b5a0ccdffd Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Mon, 7 Nov 2022 15:20:21 +0200 Subject: [PATCH] Make timestamp column wider --- src/components/Grid/Main/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Grid/Main/config.js b/src/components/Grid/Main/config.js index 2daeddc..9f2101e 100644 --- a/src/components/Grid/Main/config.js +++ b/src/components/Grid/Main/config.js @@ -10,7 +10,7 @@ const config = { columnDefs: [ { field: '@timestamp', - width: 70, + width: 120, sortable: true }, {