From 48d9ddaf6c49b5d5548a042cc8c42fbce47225cf Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Tue, 4 Oct 2022 12:34:28 +0200 Subject: [PATCH] fixed #1739 fixed broken margin above plugin container --- admin/themes/default/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index acfd776d6..af802c288 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -2797,7 +2797,7 @@ legend {text-align:left;} .pluginContainer { padding: 0 20px; margin : 0; - margin-top: 75px; + margin-top: 95px; } .switch {