v9.3.0
v9.3.0 — 2026-07-02
Small release — universal category dropdown, fixed text overlap, matched select/search height
Category dropdown now used on desktop and tablet too, not just phone
Removed the media-query scoping that limited the "Categories ▾" dropdown to mobile only. The inline pill-row layout has been retired entirely — every screen size now uses the same collapsible dropdown mechanism, exactly as requested. On wide screens the dropdown panel caps at max-width:420px so it doesn't stretch awkwardly across a full desktop row.
Fixed: mobile dropdown text overlap on long category names
Longer names (e.g. "Manufacturing & Engineering") were wrapping to two lines without enough line-height or gap between items, causing the wrapped second line to visually overlap the pill below it. Fixed with line-height:1.4, explicit white-space:normal, and a slightly larger gap (4px) between list items.
Fixed: search box and per-page select height mismatch
Reverted to the same safe technique used for the select earlier, but calibrated correctly this time: explicit height:46px (exactly matching the search box) with line-height:44px to centre the text with equal spacing above and below — no appearance:none, no custom background image, nothing that risks breaking native rendering. Both fields now sit at identical height, symmetrically padded.