#34383: Layout error in Admin when using help_text
-------------------------------------+-------------------------------------
               Reporter:  Antonio    |          Owner:  nobody
  Candido Nazareth junior            |
                   Type:  Bug        |         Status:  new
              Component:  Template   |        Version:  4.2
  system                             |
               Severity:  Normal     |       Keywords:  help_text
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 I'm using Django 4.2b1 and found a problem with the Django admin layout
 when I use the help_text in model admin. The help_text in the Admin form
 appears on a separate line and breaks the alignment of the fields. This
 happens in every browser I've tested.

 Create a model with two or more fields that have help_text defined with a
 size larger than the field name. Register this model in admin.py with
 ModelAdmin and put them on the same line using fieldsets giving name to
 the line. Access the edit page of this model in Django admin and observe
 the layout.
 Expected result:

 The help_text should appear below the corresponding field, without
 affecting the alignment of the other fields.
 [[Image(1)]]

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34383>
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/01070186a7614db2-d83b0a71-70c1-466a-a64b-505da88ec9bc-000000%40eu-central-1.amazonses.com.

Reply via email to