#32999: Admin Tabular Stacked Inline widget headings are not aligned headings
-------------------------------------+-------------------------------------
               Reporter:  Michael    |          Owner:  nobody
                   Type:             |         Status:  new
  Uncategorized                      |
              Component:             |        Version:  3.2
  contrib.admin                      |       Keywords:  tabularinline css
               Severity:  Normal     |  style styling
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  1
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 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.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32999>
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/053.c4e10c13c7955bf3d22da3648b9e7021%40djangoproject.com.

Reply via email to