From 9e5f9bd04e60ec49c118656cc9290decf3fea532 Mon Sep 17 00:00:00 2001 From: HWFord <54360213+HWFord@users.noreply.github.com> Date: Mon, 4 Sep 2023 16:10:20 +0200 Subject: [PATCH] fixes #1973 with padding bottom --- admin/themes/default/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 5a7433261..686ead478 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -555,6 +555,7 @@ LI.menuLi { justify-content: center; align-content: center; gap: 24px; + padding-bottom:100px; } .cat-modify-infos {