Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#32127 closed Cleanup/optimization (fixed)

textareas are cut off with the admin navigation sidebar.

Reported by: Mariusz Felisiak Owned by: Josh Santos
Component: contrib.admin Version: 3.1
Severity: Normal Keywords:
Cc: Tom Carrick, Carlton Gibson Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Mariusz Felisiak)

textareas inputs are cut off in stacked inlines with the admin navigation sidebar, on windows narrower than 887px.

https://code.djangoproject.com/raw-attachment/ticket/32127/96684882-9add5100-137c-11eb-84a2-27adcf6d10c5.png

Regression in d24ba1be7a53a113d19e2860c03aff9922efec24.

Attachments (1)

96684882-9add5100-137c-11eb-84a2-27adcf6d10c5.png (35.9 KB ) - added by Mariusz Felisiak 3 years ago.

Download all attachments as: .zip

Change History (9)

by Mariusz Felisiak, 3 years ago

comment:1 by Mariusz Felisiak, 3 years ago

Description: modified (diff)

comment:2 by Carlton Gibson, 3 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Carlton Gibson, 3 years ago

Let's take this as a cleanup, but I'd be happy to backport a fix if one comes in soon. (It's a 😬 in a new feature, so...)

comment:4 by Josh Santos, 3 years ago

Taking a look at this now

comment:5 by Jacob Walls, 3 years ago

Has patch: set
Owner: changed from nobody to Josh Santos
Status: newassigned

comment:6 by Carlton Gibson, 3 years ago

Triage Stage: AcceptedReady for checkin

comment:7 by Carlton Gibson <carlton@…>, 3 years ago

Resolution: fixed
Status: assignedclosed

In 36bc4706:

Fixed #32127 -- Fixed admin change-form textarea layout for mid-sized displays.

comment:8 by Carlton Gibson <carlton.gibson@…>, 3 years ago

In b3d667f2:

[3.1.x] Fixed #32127 -- Fixed admin change-form textarea layout for mid-sized displays.

Backport of 36bc47069ce071e80c8129500de3b8664d2058a7 from master

Note: See TracTickets for help on using tickets.
Back to Top