Skip to content

Commit

Permalink
[css] Update related-widget links margins.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Jun 20, 2024
1 parent b3cb7cf commit f7d6eca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion admin_interface/static/admin_interface/css/widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
.admin-interface .related-widget-wrapper .related-widget-wrapper-link {
display: flex;
align-items: center;
margin-bottom: 4px;
margin-bottom: 2px;
}
.admin-interface .related-widget-wrapper .related-widget-wrapper-link img {
width: 16px;
Expand All @@ -78,9 +78,11 @@
/* 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 */
Expand Down

0 comments on commit f7d6eca

Please sign in to comment.