It looks like the solutions.scss is missing a display
item.
.select-kit appears to be display: inline-block;
and that leaves .select-kit.solved-status-filter
as the same. That makes the filter box display differently than the rest of the filter boxes.
I’ve temporarily overridden with display: flex;
for that element. I’d PR a fix but there’s not much information on how you all would like submissions to be made.
And side note, the other filters use the right arrow for resting state, this uses down arrow as the resting state.