[wp-meta] [Making WordPress.org] #333: Trac: Source View Line Wrapping
Making WordPress.org
noreply at wordpress.org
Thu Jul 20 21:12:13 UTC 2017
#333: Trac: Source View Line Wrapping
-----------------------+-----------------------
Reporter: netweb | Owner:
Type: defect | Status: reopened
Priority: normal | Milestone:
Component: Trac | Resolution:
Keywords: has-patch |
-----------------------+-----------------------
Changes (by xkon):
* keywords: => has-patch
Comment:
Although it's an old topic you can easily fix the wrapping + the overflow
problem by changing the spans that are generated. ( '''333.diff''' )
By viewing the source I think I have the correct .css file. This should do
the trick it will just wrap everything as they hit the end of the table.
{{{
table.code td span {
display: inline-block;
}
}}}
Best regards,
Konstantinos
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/333#comment:4>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list