Form field hints are unstyled when JavaScript is disabled
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 459
- Avg merge
- 27d 1h
- Merged PRs (30d)
- 1
Description
With JavaScript:

(note the vertical empty space between the two form fields is part of the layout), without JavaScript:

There at least needs to be a vertical gap between the hint message and the next field under it, so that it's clear which field the hint is referring to.
But what I would suggest instead: if the ORCID `` just has a `title` attribute whose value was the hint message, then it would work as a standard HTML tooltip, which would be almost exactly the same as our JavaScript tooltip. Or you could even still include the (i) icon in the no-js version and just put a `title` on it, even more similar.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.