﻿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
7054	help_text breaks formatting in Admin when using Admin option 'fields' to display several fields on the same line	Andy Baker <andy@…>	Robert Myers	"Tested on trunk and newforms-admin.

I've searched for an existing ticket to no avail but it's hard to believe this hasn't cropped up for someone else.

Steps to reproduce:

The docs state:

To display multiple fields on the same line, wrap those fields in their own tuple. In this example, the first_name and last_name fields will display on the same line:
{{{
{
'fields': (('first_name', 'last_name'), 'address', 'city', 'state'),
}
}}}

However when a field has got 'help_text' set this causes the CSS to wrap the next field on to a new line.



"		closed	contrib.admin	dev		duplicate	admin css help_text fields newforms-admin	andy@…	Accepted	1	0	0	0	0	0
