feat: Enhance upload form layout with flexible display and improved section handling

This commit is contained in:
JB
2025-10-10 18:48:01 -07:00
parent 20327faf0c
commit 60fe7e7ffb
+9
View File
@@ -688,10 +688,19 @@ body {
outline-offset: 2px; outline-offset: 2px;
} }
.upload-form {
display: flex;
flex-direction: column;
flex: 1 1 auto;
min-height: 0;
}
.upload-form__sections { .upload-form__sections {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 1.5rem; gap: 1.5rem;
flex: 1 1 auto;
min-height: 0;
} }
.form-section { .form-section {