﻿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	Hidden fields are visible on small screens.	Maxim Danilov	xdqc	"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	assigned	contrib.admin	4.0	Normal		admin, modeladmin, css		Unreviewed	1	0	0	0	0	1
