﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34383	Layout error in Admin when using help_text	Antonio Candido Nazareth junior	Tom Carrick	"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)]]"	Bug	closed	Template system	4.2	Release blocker	fixed	help_text	Tom Carrick	Ready for checkin	1	0	0	0	0	0
