In certain viewport widths, especially on the wider side, the recent changes controls can wrap and space itself in unexpected ways.
It seems like this is partially due to a hidden (via visibility, not display) "group results by page" which seems to be an experimentation labs thing.
I'll take a stab at resolving this; I think I'll just make it so that this whole flexbox doesn't try to space things evenly. Since "live update" and "view new changes" are closely related, I'll shift it to be like this:
One other potential solution would be to just use display: none instead of visibility: hidden if that's something that's okay with this control. This will still lead to some odd wrapping, but there's likely some finagling that can be done to make it work.






