Fix related widget links margin from `select2` (`autocomplete_fields`).
parent
b61d54a227
commit
6f4f6a9dd9
|
|
@ -57,6 +57,12 @@
|
||||||
}
|
}
|
||||||
/* end fix */
|
/* 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 */
|
/* improve responsive selector */
|
||||||
|
|
||||||
/* fix [stacked, not-stacked] equalize horizontal and vertical select padding for selector */
|
/* fix [stacked, not-stacked] equalize horizontal and vertical select padding for selector */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue