The "down" arrow in the hitsPerPageSelector widget is not sized correctly.
Screenshot:

Environment:
Additional context
I use webpack and compile both of these into my main stylesheet:
node_modules/instantsearch.js/dist/instantsearch.css
node_modules/instantsearch.js/dist/instantsearch-theme-algolia.css
Not using a custom template and from inspecting it I don't see any conflicts with other css.
Looks like 1 line is changing when I compile it:
background: #FFFFFF url("<svg>...") no-repeat center right 16px/10px;
is changed to:
background: #FFFFFF url("<svg>...") no-repeat center right 1.6px;
And that causes it to not be sized correctly. Not an issue with this package. Thanks
Thanks for the report and the investigation, this is greatly appreciated @fitztrev At least other users with the same setup will be able to find the cause :)
Most helpful comment
Looks like 1 line is changing when I compile it:
is changed to:
And that causes it to not be sized correctly. Not an issue with this package. Thanks