[Trac-tickets] Re: [The Trac Project] #1397: Don't display diffs in
a textbox
The Trac Project
noreply at edgewall.com
Sun Apr 3 18:17:21 EDT 2005
#1397: Don't display diffs in a textbox
---------------------+------------------------------------------------------
Id: 1397 | Status: closed
Component: general | Modified: Sun Apr 3 18:17:21 2005
Severity: normal | Milestone:
Priority: normal | Version: devel
Owner: jonas | Reporter: ludde
---------------------+------------------------------------------------------
Changes (by mgood):
* resolution: => wontfix
* status: new => closed
Comment:
The scrollable blocks are just <div> or <pre> blocks with the CSS style
rule {{{overflow: auto}}}, which tells the browser to add scroll bars to
the block if the content exceeds the block's width.
These rules were added to prevent the content of a code block from
spilling out into the surrounding content which looked sloppy. If you
prefer the content to spill out of the block see
TracInterfaceCustomization for overriding the CSS rules.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1397>
The Trac Project <>
More information about the Trac-Tickets
mailing list