[FFmpeg-trac] #10928(trac:new): Text content should have "word-wrap: break-word"
FFmpeg
trac at avcodec.org
Mon Mar 25 06:59:49 EET 2024
#10928: Text content should have "word-wrap: break-word"
-------------------------------------+-------------------------------------
Reporter: | Owner: (none)
MasterQuestionable |
Type: defect | Status: new
Priority: important | Component: trac
Version: unspecified | Resolution:
Keywords: HTML CSS | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by MasterQuestionable):
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:
[[
{{{#!css
/* ---- 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
[https://trac.ffmpeg.org/wiki/WikiFormatting#Processors processor])
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10928#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list