From b8dafef0f6f019819fc9226afa6a09f2546277f4 Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Wed, 1 Oct 2025 16:50:25 +0100 Subject: [PATCH] Fix horizontal scroll bar appearing in modal --- .../src/components/tools/automate/ToolConfigurationModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/tools/automate/ToolConfigurationModal.tsx b/frontend/src/components/tools/automate/ToolConfigurationModal.tsx index 59ef0b303..fca589218 100644 --- a/frontend/src/components/tools/automate/ToolConfigurationModal.tsx +++ b/frontend/src/components/tools/automate/ToolConfigurationModal.tsx @@ -109,7 +109,7 @@ export default function ToolConfigurationModal({ opened, tool, onSave, onCancel, {t('automate.config.description', 'Configure the settings for this tool. These settings will be applied when the automation runs.')} -
+
{renderToolSettings()}