Opened 3 years ago

Closed 3 years ago

#33104 closed Bug (fixed)

Long words overflow readonly fields

Reported by: Aakash Singh Owned by: Aakash Singh
Component: contrib.admin Version: 3.2
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: yes

Description

Like this:

https://user-images.githubusercontent.com/46787056/132940918-72299c5d-eba1-489f-9ee5-074d0163ce7e.png

but after adding overflow-wrap: anywhere to the readonly class fixes this issue.

https://user-images.githubusercontent.com/46787056/132940914-a8e2e2df-08a9-41df-87d9-80cb6cfc018b.png

more about overflow-wrap here

Change History (4)

comment:2 by Mariusz Felisiak, 3 years ago

Easy pickings: set
Owner: changed from nobody to Aakash Singh
Patch needs improvement: set
Status: newassigned
Summary: Long text strings are being cutoff when its a readonly fieldLong words overflow readonly fields
Triage Stage: UnreviewedAccepted

Thanks for the report, IMO we should use overflow-wrap: break-word;.

comment:3 by Mariusz Felisiak, 3 years ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

comment:4 by GitHub <noreply@…>, 3 years ago

Resolution: fixed
Status: assignedclosed

In 04e023e3:

Fixed #33104 -- Fixed wrapping of long words in admin readonly fields.

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