It’s a bit of a strange bug, but the page acts strange when resizing the page within the dev console in Chrome. When resizing back, the font and some other elements get bigger, and when decreasing width the page content gets squeezed in (like when you have some div too wide in mobile and you get extra white space on the right).
This happens when there is a query loop and a text set under ‘no results’. The query loop itself shouldn’t have any results to test this. I was searching a bit and eliminating stuff and then found that the page acts normal again when removing the ‘no results’ text within the query loop.
1: Create a query loop (empty) and set a text for ‘no results’.
2: Resize that page in the Chrome dev console (the responsive view option).
I reproduced the issue and added it to our bug tracker.
Obviously the inline style, which is apparently necessary for the new sort and filter features, is causing the overflow. We’ll check that.
Theoretically you can solve this by using the following custom CSS - but I don’t know if it has any other negative effects