#35386: Incorrect checkbox help text alignment in multi-field rows
-----------------------------------------+------------------------
Reporter: Adam Johnson | Owner: nobody
Type: Bug | Status: new
Component: contrib.admin | Version: dev
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-----------------------------------------+------------------------
For a single checkbox, styles align the help under the checkbox:
...
When the checkbox appears with any other field in the same line, this is
undone:
...
Example admin:
{{{
from django.contrib import admin
from example.models import Switcher
class SwitcherAdmin(admin.ModelAdmin):
fieldsets = [
(
None,
{
"fields": [
("up", "down"),
],
},
),
]
admin.site.register(Switcher, SwitcherAdmin)
}}}
(It doesn’t matter if the other field is a checkbox or not.)
--
Ticket URL: <https://code.djangoproject.com/ticket/35386>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/0107018ef1075719-380d34cd-a63c-436f-a69b-7b9e023b7975-000000%40eu-central-1.amazonses.com.