﻿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
13131	CheckboxSelectMultiple falls apart when used in admin app	Patryk Zawadzki	nobody	"In admin all `label`s are floated left. The following CSS snippet fixes the formatting:

{{{
.aligned ul li label {
    float: none;
}
}}}

The change is trivial so I apologize for not attaching a proper patch against `forms.css`."		closed	contrib.admin	1.2-beta		duplicate			Unreviewed	1	0	0	0	0	0
