From 6016d73fd7bca66c71739e365e8f2fd09cab35e0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20Pit-Claudel?= <clement.pit-claudel@epfl.ch>
Date: Wed, 13 Nov 2024 11:55:26 +0100
Subject: [PATCH] Tweak display of buttons

---
 jvm/src/main/resources/www/static/main.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jvm/src/main/resources/www/static/main.css b/jvm/src/main/resources/www/static/main.css
index 73b7e6a..76f9657 100644
--- a/jvm/src/main/resources/www/static/main.css
+++ b/jvm/src/main/resources/www/static/main.css
@@ -152,7 +152,7 @@ form > *:last-child {
     display: flex;
     flex-direction: column;
     justify-content: center;
-    align-items: center;
+    align-items: stretch;
 }
 
 #banner-actions {
-- 
GitLab