#33300: admin form hidden field css error.
-------------------------------------+-------------------------------------
Reporter: Maxim | Owner: nobody
Danilov |
Type: Bug | Status: new
Component: | Version: 4.0
contrib.admin | Keywords: admin, modeladmin,
Severity: Normal | css
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
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;
...
}
--
Ticket URL: <https://code.djangoproject.com/ticket/33300>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/052.043a2b7ddc5c5643850b9944d7f22927%40djangoproject.com.