From 2d767b17eeefcf2ea8c86165017cd43bb2010b47 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjamin=20H=C3=A4ttasch?=
 <benjamin.haettasch@fachschaft.informatik.tu-darmstadt.de>
Date: Mon, 15 May 2023 21:35:03 +0200
Subject: [PATCH] Fix button heights in admin interface

---
 templates/admin/base_site.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/templates/admin/base_site.html b/templates/admin/base_site.html
index a06b4448..336594d7 100644
--- a/templates/admin/base_site.html
+++ b/templates/admin/base_site.html
@@ -32,6 +32,11 @@
             font-size: 5vw;
             text-align: center;
         }
+
+        /* Fix delete button height in admin interface */
+        .submit-row a.deletelink, .delete-confirmation form .cancel-link {
+            height: auto!important;
+        }
         </style>
     {% endcompress %}
 {% endblock %}
-- 
GitLab