Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1-line PR, quick and easy: I just learned in a Tweet that Chrome 119, as well as Safari 17, now support
<hr>
tags into<select>
s.I instantly thought we could use it in the only place I've ever used a
<select>
: the Contact page.It is not only a gimmick that I wanna use because I learned its existence: it does make sense to separate "No budget" from the rest.
It also doesn't cost a thing: on an unsupported/outdated browser, it will just not work, so no issue on that side! It will naturally become available to up-to-date users, and older browsers won't make a difference before/after this PR.
Result
So here we are, one line of change, 4 characters, here is the result:
Note
Despite the support coming in Chrome 119, these screenshots come from Arc, which still uses Chromium 118, as 119 is still nightly. It seems to already be supported I don't know!