[[Image(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.
[[Image(https://user-images.githubusercontent.com/46787056/132940914
-a8e2e2df-08a9-41df-87d9-80cb6cfc018b.png)]]
more about overflow-wrap [https://developer.mozilla.org/en-US/docs/Web/CSS
/overflow-wrap here]
--
Ticket URL: <https://code.djangoproject.com/ticket/33104>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by sainAk):
The PR for this fix: https://github.com/django/django/pull/14853
--
Ticket URL: <https://code.djangoproject.com/ticket/33104#comment:1>
* status: new => assigned
* needs_better_patch: 0 => 1
* easy: 0 => 1
* owner: nobody => Aakash Singh
* stage: Unreviewed => Accepted
Comment:
Thanks for the report, IMO we should use `overflow-wrap: break-word;`.
--
Ticket URL: <https://code.djangoproject.com/ticket/33104#comment:2>
* needs_better_patch: 1 => 0
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/33104#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"04e023e38331d6717af1cbd8da4926af612f7831" 04e023e3]:
{{{
#!CommitTicketReference repository=""
revision="04e023e38331d6717af1cbd8da4926af612f7831"
Fixed #33104 -- Fixed wrapping of long words in admin readonly fields.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33104#comment:4>