mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
`select.input` caps the control at 240px, and a `<select>` carrying only `.input` keeps the OS arrow, which paints flush inside that shrunk right edge — visibly tighter than every other control on the page. Both protocol dropdowns took `.input` alone; the provider select beside them already added `.selectInput`, which removes the OS arrow, reserves the right pad, and paints the shared 12px chevron. The stylesheet spec now reads the package's own sources and fails any `<select>` that takes `.input` without `.selectInput`, so the next one cannot be added bare.