From 65fa9696869e3b97f0c4e489e4eecf1fcbde2ea5 Mon Sep 17 00:00:00 2001 From: komodo Date: Wed, 12 Mar 2025 02:08:09 -0400 Subject: [PATCH] improve variable value table overflow --- frontend/src/pages/settings/variables.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/pages/settings/variables.tsx b/frontend/src/pages/settings/variables.tsx index 3a3652b9a..8e532351b 100644 --- a/frontend/src/pages/settings/variables.tsx +++ b/frontend/src/pages/settings/variables.tsx @@ -132,7 +132,7 @@ export const Variables = () => { return (
{ setUpdateMenuData({ title: `${row.original.name} - Value`, @@ -147,9 +147,7 @@ export const Variables = () => { }); }} > -
- {valueDisplay || "Set value"} -
+ {valueDisplay || "Set value"}