﻿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
33300	admin form hidden field css error.	Maxim Danilov	nobody	"hidden admin field has wrapped div:
<div class=""fieldBox field-value_char hidden"">...</div>

it is should be hidden:
base.css, 302 row
.hidden {
    display: none;
}

But not for small screen:
responsive.css, 559 row
@media (max-width: 767px)
.aligned .form-row, .aligned .form-row > div {
    display: flex;
    ...
}

"	Bug	new	contrib.admin	4.0	Normal		admin, modeladmin, css		Unreviewed	0	0	0	0	0	0
