This can be resolved by setting `min-width: 0` on `fieldset` in CSS.
--
Ticket URL: <https://code.djangoproject.com/ticket/31470>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "without-fix.png" added.
* Attachment "with-fix.png" added.
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/12725 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/31470#comment:1>
* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Accepted
Comment:
Thanks, I reproduced this issue.
--
Ticket URL: <https://code.djangoproject.com/ticket/31470#comment:2>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/31470#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"daabb102c059119504dc6c78a2e2dc62c9d572b8" daabb102]:
{{{
#!CommitTicketReference repository=""
revision="daabb102c059119504dc6c78a2e2dc62c9d572b8"
Fixed #31470 -- Fixed fieldset admin CSS to prevent overflowing <pre>
elements.
Co-Authored-By: Mariusz Felisiak <felisiak...@gmail.com>
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31470#comment:4>