From a06fe0c793c6594d5f24f5767cce6abf1efa15e7 Mon Sep 17 00:00:00 2001 From: Ida Dittrich Date: Wed, 21 Jan 2026 09:04:43 +0100 Subject: [PATCH] fix: form generator table border adjusted to table height --- .../FormGeneratorTable/FormGeneratorTable.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/FormGenerator/FormGeneratorTable/FormGeneratorTable.module.css b/src/components/FormGenerator/FormGeneratorTable/FormGeneratorTable.module.css index 9ff925f..3fd58de 100644 --- a/src/components/FormGenerator/FormGeneratorTable/FormGeneratorTable.module.css +++ b/src/components/FormGenerator/FormGeneratorTable/FormGeneratorTable.module.css @@ -26,7 +26,6 @@ border-radius: 25px; background: var(--color-bg); /* Fill available space in flex container */ - flex: 1; min-height: 0; /* Ensure scrolling within container */ max-height: 100%;