Opened 23 months ago
Last modified 23 months ago
#35096 closed Bug
Error messages in admin forms with class "wide" misaligned — at Initial Version
| Reported by: | Fabian Braun | Owned by: | Fabian Braun |
|---|---|---|---|
| Component: | contrib.admin | Version: | dev |
| Severity: | Release blocker | Keywords: | |
| Cc: | Tom Carrick | Triage Stage: | Ready for checkin |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The admin allows customizing the styling of fieldsets. "wide" is a documented class for a fieldset. It widens the width of the label column from 160px to 200px.
Alas, if the form has errors, the error messages stay indented at 160px not 200px:
[]
Note:
See TracTickets
for help on using tickets.