From a7563b1f983c5edb9c751670fb9e6423d97e9da4 Mon Sep 17 00:00:00 2001 From: sokol Date: Fri, 20 Feb 2026 17:49:00 +0300 Subject: [PATCH] fix: panels height and scrolling consistency --- src/componets/content/ConfigTemplate.tsx | 22 ++++++++++++---------- src/componets/content/Content.tsx | 20 +++++++++++--------- 2 files changed, 23 insertions(+), 19 deletions(-) diff --git a/src/componets/content/ConfigTemplate.tsx b/src/componets/content/ConfigTemplate.tsx index 3ced838..263f62d 100644 --- a/src/componets/content/ConfigTemplate.tsx +++ b/src/componets/content/ConfigTemplate.tsx @@ -141,10 +141,10 @@ export function ConfigTemplateEditor({ config, onSaved }: ConfigTemplateEditorPr const isValidJson = jsonError === null; return ( -
+
{mode === 'view' ? ( -
-
+
+
View Mode {hasValidationWarnings && ( @@ -164,11 +164,13 @@ export function ConfigTemplateEditor({ config, onSaved }: ConfigTemplateEditorPr
- +
+ +
) : ( -
-
+
+