Changes between Initial Version and Version 1 of Ticket #35386
- Timestamp:
- Apr 18, 2024, 6:50:24 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35386
- Property Has patch set
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #35386 – Description
initial v1 1 1 For a single checkbox, styles align the help under the checkbox: 2 2 3 ... 3 [[Image(https://code.djangoproject.com/raw-attachment/ticket/35386/Xnapper-2024-04-16-10.31.32.png, 558px)]] 4 4 5 5 6 6 When the checkbox appears with any other field in the same line, this is undone: 7 7 8 ... 8 [[Image(https://code.djangoproject.com/raw-attachment/ticket/35386/Xnapper-2024-04-16-10.31.15.png, 592px)]] 9 9 10 10 Example admin: … … 32 32 33 33 (It doesn’t matter if the other field is a checkbox or not.) 34 35 Changing `fieldset.html` so `checkbox-row` is applied unconditionally to checkbox-containing field boxes fixes this regression, plus #34994: 36 37 [[Image(https://code.djangoproject.com/raw-attachment/ticket/35386/Xnapper-2024-04-16-10.31.01.png, 562px)]]