From 60fe7e7ffb7def063a35985e732dea141ef59eba Mon Sep 17 00:00:00 2001 From: JB Date: Fri, 10 Oct 2025 18:48:01 -0700 Subject: [PATCH] feat: Enhance upload form layout with flexible display and improved section handling --- abogen/web/static/styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/abogen/web/static/styles.css b/abogen/web/static/styles.css index 817de9e..eee94f1 100644 --- a/abogen/web/static/styles.css +++ b/abogen/web/static/styles.css @@ -688,10 +688,19 @@ body { outline-offset: 2px; } +.upload-form { + display: flex; + flex-direction: column; + flex: 1 1 auto; + min-height: 0; +} + .upload-form__sections { display: flex; flex-direction: column; gap: 1.5rem; + flex: 1 1 auto; + min-height: 0; } .form-section {