Opened 8 months ago
Last modified 3 months ago
#10928 new defect
Text content should have "word-wrap: break-word"
Reported by: | MasterQuestionable | Owned by: | |
---|---|---|---|
Priority: | important | Component: | trac |
Version: | unspecified | Keywords: | HTML CSS |
Cc: | MasterQuestionable | Blocked By: | |
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Local fix (uBlock Origin):
trac.ffmpeg.org## #content:style( word-wrap: break-word; )
Should work for most cases, but caveat this:
https://bugzilla.mozilla.org/show_bug.cgi?id=587438#c17
Attachments (1)
Change History (4)
comment:2 by , 8 months ago
Priority: | normal → important |
---|
comment:3 by , 8 months ago
Unfamiliar with HTML CSS?
.
Anyone with write access to [ https://trac.ffmpeg.org/chrome/common/css/trac.css ]:
May append following lines to immediately address the problem:
[[
/* ---- BEGIN (0) */ #content { word-wrap: break-word; } img { max-width: 100%; } /* Interim fix to handle broken appearance with long content. See [ https://trac.ffmpeg.org/ticket/10928 ] for details. */ /* ---- END (0) */
]]
(use Tab for leading space: not preserved by processor)
by , 5 months ago
Attachment: | .changes.webp added |
---|
͏ Another ͏"max-width" related issue...
͏ trac.ffmpeg.org##.changes:style( max-width: 40%; )
͏ ; shall fix.
͏ Related definition in:
͏ https://trac.ffmpeg.org/chrome/common/css/ticket.css
͏ .
͏ Substitute whose ͏"width: auto" (implied default) shall work.