From 28949ed526073ee7e6967cf38ad460a4d6bac778 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Mon, 6 May 2024 18:37:05 +0100 Subject: [PATCH] fixed flex on column --- .../src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx b/src/frontend/src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx index 34df9786c..45fe21452 100644 --- a/src/frontend/src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx +++ b/src/frontend/src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx @@ -82,7 +82,7 @@ export default function GlobalVariablesPage() { showDisabledCheckboxes: true, headerName: "Variable Name", field: "name", - flex: 1, + flex: 2, }, //This column will be twice as wide as the others { field: "type",