Fix related widget links add button position on many-to-many selector.

master
Fabio Caccamo 2024-01-08 21:53:52 +01:00
parent f5e0157f70
commit 83a0de60de
1 changed files with 8 additions and 0 deletions

View File

@ -57,6 +57,14 @@
} }
/* end fix */ /* end fix */
/* fix related widget links add button position on many-to-many selector */
.admin-interface .related-widget-wrapper .related-widget-wrapper-link:has(+ .selector) {
order: 2;
align-self: flex-start;
margin-top: 8px;
}
/* end fix */
/* fix related widget links margin from select2 (autocomplete_fields) */ /* fix related widget links margin from select2 (autocomplete_fields) */
.admin-interface .related-widget-wrapper .select2-container + .related-widget-wrapper-link { .admin-interface .related-widget-wrapper .select2-container + .related-widget-wrapper-link {
margin-left: 12px !important; margin-left: 12px !important;