platanus / activeadmin_addons

Extends ActiveAdmin to enable a set of great optional UX improving add-ons
MIT License
763 stars 288 forks source link

Boolean select width issue in filters #378

Closed ibnesayeed closed 1 year ago

ibnesayeed commented 3 years ago

The select2 rendering for boolean attributes are only taking 80% width when used in the filter sidebar.

image

difernandez commented 1 year ago

Thanks for reporting this! With the changes in #448 and #457, made for v2 beta, we are no longer setting a default width of 80%, so the width should now be dictated by whatever you manually set at the input level, or what the theme you are using defines. I'm closing this issue, but feel free to let us know if it's still a problem or if you find something else in the latest version