Opened 4 years ago
Last modified 4 years ago
#32999 closed Uncategorized
Admin Tabular Stacked Inline widget headings are not aligned headings — at Version 2
| Reported by: | Michael | Owned by: | nobody | 
|---|---|---|---|
| Component: | contrib.admin | Version: | 3.2 | 
| Severity: | Normal | Keywords: | tabularinline css style styling | 
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | yes | UI/UX: | no | 
Description (last modified by )
With the following model:
class ApplicantAdmin(admin.TabularInline):
    model = Application.applicant_set.through
@admin.register(Application)
class ApplicationAdmin(admin.ModelAdmin):
    exclude = ('applicant_set', )
    inlines = (ApplicantAdmin, )
The heading Delete? is on the left, however the delete button is on the right, making it confusing for some people.
Change History (4)
by , 4 years ago
| Attachment: | notaligned.png added | 
|---|
comment:1 by , 4 years ago
| Description: | modified (diff) | 
|---|
comment:2 by , 4 years ago
| Description: | modified (diff) | 
|---|
by , 4 years ago
| Attachment: | inline tabular.png added | 
|---|
  Note:
 See   TracTickets
 for help on using tickets.
    
If it is quite wide