#32999: Admin Tabular Stacked Inline widget headings are not aligned headings
-------------------------------------+-------------------------------------
Reporter: Michael | Owner: nobody
Type: Uncategorized | Status: closed
Component: contrib.admin | Version: 3.2
Severity: Normal | Resolution: needsinfo
Keywords: tabularinline css | Triage Stage:
style styling | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Carlton Gibson):
* status: new => closed
* resolution: => needsinfo
Comment:
Hi Michael. Thanks for the report.
Just to clarify, there are **two** controls in play here:
[[Image(https://code.djangoproject.com/raw-
attachment/ticket/32999/Screenshot%202021-08-10%20at%2008.49.16.png)]]
The "Delete?" header corresponds to the checkbox input that controls
whether the existing inline instance should be deleted.
The "X" marks are JavaScript powered, and allow deleting the initially
empty "extra" inlines.
Those **shouldn't** line up.
In your "wider" example, they are being squashed together for lack of
space, but I wonder if/what we'd be able to do about that… 🤔
In your screenshots the checkboxes for delete are not showing — how
exactly is that coming up? Do you have `can_delete=False` set, or are
there restricted permissions in play? (etc)
It may be that we could optimise to not show the Delete? header at all in
this case.
Can I ask you to provide a fuller example (perhaps a sample project?)
recreating this?
Thanks again!
--
Ticket URL: <https://code.djangoproject.com/ticket/32999#comment:4>
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/068.5bc36f9072f696c4c2aeaf9907da2f36%40djangoproject.com.