fix margin for modelmerger config method

This commit is contained in:
anapnoe
2023-04-23 17:48:07 +03:00
parent b23b738e32
commit 8a629ab7f7
+5 -1
View File
@@ -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 */
/******************/