From e379dc6b2a91be5aaa5f06f44271c2ff672a3a0c Mon Sep 17 00:00:00 2001 From: echobt Date: Fri, 27 Feb 2026 17:37:08 +0000 Subject: [PATCH 1/2] fix: prevent JSON Settings Editor header actions from clipping on resize (fixes PlatformNetwork/bounty-challenge#21915) --- src/components/settings/JsonSettingsEditor.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/settings/JsonSettingsEditor.tsx b/src/components/settings/JsonSettingsEditor.tsx index a647619..26c5486 100644 --- a/src/components/settings/JsonSettingsEditor.tsx +++ b/src/components/settings/JsonSettingsEditor.tsx @@ -1221,7 +1221,7 @@ export function JsonSettingsEditor(props: JsonSettingsEditorProps) { {/* Header */}
{/* Scope Tabs */} -
+
{/* Actions */} -
+
{/* Show Default Settings Toggle */}
{/* Actions */} -
+
{/* Show Default Settings Toggle */}