From 8b15820b014f73bf41aaffca3914ee8207082114 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Wed, 3 Nov 2021 20:35:05 +0100 Subject: [PATCH] fix sso login button spacing --- core/admin/mailu/ui/templates/macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/admin/mailu/ui/templates/macros.html b/core/admin/mailu/ui/templates/macros.html index 5143b697..75de4e0e 100644 --- a/core/admin/mailu/ui/templates/macros.html +++ b/core/admin/mailu/ui/templates/macros.html @@ -22,7 +22,7 @@ {%- if spacing %} {%- set width = (12 / fields|length)|int %} {%- else %} - {%- set width = 0 %} + {%- set width = 2 %} {% endif %}