qunitjs / qunit

🔮 An easy-to-use JavaScript unit testing framework.
https://qunitjs.com
MIT License
4.02k stars 783 forks source link

HTML Reporter: Fix `<label>` to wrap `<select>` for multi-value urlConfig item #1773

Closed Krinkle closed 2 weeks ago

Krinkle commented 2 weeks ago

https://qunitjs.com/api/config/urlConfig/

Demonstrated by http://localhost:4000/test/reporter-urlparams.html fixture.

This creates consistency with how we render label/input checkboxes, and improves spacing in the design.

Before (top), After (bottom).

Screenshot 2024-07-02 at 20 31 35