#34383: Layout error in Admin when using help_text
-------------------------------------+-------------------------------------
     Reporter:  Antonio Candido      |                    Owner:  nobody
  Nazareth junior                    |
         Type:  Bug                  |                   Status:  new
    Component:  Template system      |                  Version:  4.2
     Severity:  Normal               |               Resolution:
     Keywords:  help_text            |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Description changed by Antonio Candido Nazareth junior:

Old description:

> 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)]]

New description:

 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(https://code.djangoproject.com/attachment/ticket/34383/4.2b1.png)]]

--

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34383#comment:1>
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/01070186a7669764-2aeebcca-782e-4f02-91b6-dbff8286b724-000000%40eu-central-1.amazonses.com.

Reply via email to