Fix related widget links margin from `select2` (`autocomplete_fields`).

master
Fabio Caccamo 2024-01-08 21:27:38 +01:00
parent b61d54a227
commit 6f4f6a9dd9
1 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,12 @@
}
/* end fix */
/* fix related widget links margin from select2 (autocomplete_fields) */
.admin-interface .related-widget-wrapper .select2-container + .related-widget-wrapper-link {
margin-left: 12px !important;
}
/* end fix */
/* improve responsive selector */
/* fix [stacked, not-stacked] equalize horizontal and vertical select padding for selector */