From 8a629ab7f79ce3d4c426e7615019bf0f5eaa66eb Mon Sep 17 00:00:00 2001 From: anapnoe <124302297+anapnoe@users.noreply.github.com> Date: Sun, 23 Apr 2023 17:48:07 +0300 Subject: [PATCH] fix margin for modelmerger config method --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 9f9d91e2..09cdd2ae 100644 --- a/style.css +++ b/style.css @@ -2486,7 +2486,11 @@ button.secondary{ #modelmerger_models { gap: 1px !important; } - +#modelmerger_config_method{ + margin: -1px; + width: auto; + margin-bottom: calc(var(--ae-outside-gap-size) * -1); +} /******************/ /* extensions tab */ /******************/