From 3b568ce00c670ecaf12c1a8da7aa5fc09f188f9c Mon Sep 17 00:00:00 2001 From: Javier Marcos <1271349+javuto@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:29:04 +0200 Subject: [PATCH] Full text area for all components of configuration --- frontend/src/features/enrollment/AssembledConfigCard.tsx | 2 +- frontend/src/features/environments/EnvConfigPage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/features/enrollment/AssembledConfigCard.tsx b/frontend/src/features/enrollment/AssembledConfigCard.tsx index 6e54f8f6..117d24a4 100644 --- a/frontend/src/features/enrollment/AssembledConfigCard.tsx +++ b/frontend/src/features/enrollment/AssembledConfigCard.tsx @@ -127,7 +127,7 @@ export function AssembledConfigCard({ env }: { env: string }) { diff --git a/frontend/src/features/environments/EnvConfigPage.tsx b/frontend/src/features/environments/EnvConfigPage.tsx index f930dff9..c1bd8463 100644 --- a/frontend/src/features/environments/EnvConfigPage.tsx +++ b/frontend/src/features/environments/EnvConfigPage.tsx @@ -468,7 +468,7 @@ export function EnvConfigPage() { onChange={(v) => setDraft((d) => (d ? { ...d, [key]: v } : d)) } - height="420px" + height="calc(100vh - 220px)" /> {isDirty && diffsOpen[key] && (