Skip to content

Commit

Permalink
πŸ› Fix the UI of search_select_filter with activeadmin_addons
Browse files Browse the repository at this point in the history
  • Loading branch information
cprodhomme committed Jun 27, 2023
1 parent d8b4638 commit 89899c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/arctic_admin/layouts/_filter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,10 @@
margin-top: 1rem;
}
}

// fix pour search select filter de ActiveAdmin_Addons
.search_select_filter, .filter_boolean {
.select2.select2-container {
width: 100% !important;
}
}

0 comments on commit 89899c4

Please sign in to comment.