The combobox facet has bit of a styling problem when the text of a 'pill' exceeds the width of the facet panel :

A possible CSS fix would look like this:
.wikisearch-pill
height: auto;
border-radius: .5em;
white-space: wrap;
}
.wikisearch-pill::after {
top:0;
}