From 01039213c9f9f3afd0a91c98610d32df6e4c32e4 Mon Sep 17 00:00:00 2001 From: Neda Moeini <neda.moeini@geant.org> Date: Mon, 24 Mar 2025 09:45:08 +0100 Subject: [PATCH] FINSUP-34, make the form section bigger for medium and larger screens --- sage_validation/file_validator/templates/upload.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sage_validation/file_validator/templates/upload.html b/sage_validation/file_validator/templates/upload.html index a942890..1e5cb07 100644 --- a/sage_validation/file_validator/templates/upload.html +++ b/sage_validation/file_validator/templates/upload.html @@ -3,7 +3,7 @@ {% block title %}File Upload{% endblock %} {% block content %} - <div class="bg-white p-10 rounded-lg shadow-lg w-11/12 md:w-1/2 lg:w-1/3 mx-auto"> + <div class="bg-white p-10 rounded-lg shadow-lg w-11/12 md:w-3/4 lg:w-3/4 mx-auto"> <h2 class="text-2xl font-bold mb-6 text-gray-800 text-center">Upload CSV File</h2> <form id="uploadForm" enctype="multipart/form-data" class="space-y-6"> -- GitLab