mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-23 00:47:10 +00:00

Instead of a weirdly located "hover over the checkbox to get a description" message, put the actual description underneath the checkboxes. This removes the need for javascript for it, and make the description a lot more readily available. This applies only to news tags for now, since that's the only use of described checkboxes, but hopefully it will make those more clear to people submitting. In passing, fix how help_text for multi-checkbox field is shown -- it was previously shown almost as part of the field name itself, making it very hard to make out. Now make it look like all other form field help texts.