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:
but after adding overflow-wrap: anywhere
to the readonly
class fixes this issue.
more about overflow-wrap here
Change History (4)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Easy pickings: | set |
---|---|
Owner: | changed from | to
Patch needs improvement: | set |
Status: | new → assigned |
Summary: | Long text strings are being cutoff when its a readonly field → Long words overflow readonly fields |
Triage Stage: | Unreviewed → Accepted |
Thanks for the report, IMO we should use overflow-wrap: break-word;
.
comment:3 by , 3 years ago
Patch needs improvement: | unset |
---|---|
Triage Stage: | Accepted → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
The PR for this fix: https://github.com/django/django/pull/14853