From 139a1c0f784443103397c9b6c8c17d5432ce9bdd Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 21 Feb 2023 21:49:20 +0200 Subject: [PATCH] Fix at bottom of list Add button to be higher, so that text Add is not over button borders. Thanks to WeKan commercial support customer and xet7. --- client/components/forms/forms.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/forms/forms.css b/client/components/forms/forms.css index ee3480996..78bc06e68 100644 --- a/client/components/forms/forms.css +++ b/client/components/forms/forms.css @@ -8,7 +8,7 @@ button { border-radius: 3px; display: block; margin-bottom: 12px; - min-height: 34px; + min-height: 50px; padding: 7px; } select.full,