With the sidebar closed, the stats/filter controls will collapse to make room for the paging controls when the screen is too narrow for both. With the sidebar open, the available space is less but the controls will still only collapse based on the width of the whole window.
This could be solved in a few different ways:
Move the sidebar so it is below all the headers and does not impact their layout.
Change the collapsing behaviour so it is based on panel width rather than window width.
Some other layout fix, e.g. make sure the header expands to accommodate the paging controls if they wrap.
I think option 1 is probably the best - less work for the same outcome.
Fixed as part of glossary branch (ZNTA-1735)
Fixed as part of