Fixed related widget wrapper margin/padding with normal select.

pull/126/head
Fabio Caccamo 2021-04-20 16:54:13 +02:00
parent 004cd5fbcb
commit 7c04b35b44
1 changed files with 2 additions and 0 deletions

View File

@ -466,6 +466,8 @@ body.admin-interface .paginator a.showall:visited {
white-space: nowrap;
}
/* end fix */
.admin-interface .related-widget-wrapper select + .related-widget-wrapper-link,
.admin-interface .related-widget-wrapper .select2-container + .related-widget-wrapper-link {
margin-left: 12px !important;
}