> The problem is that some people put code in the message so it needs to keep > it's formatting.
Exactly. The fixed width, no wrapping text is on purpose. People should wrap lines themselves, other stuff like long code lines get wrapped in a weird way. The fixe width font is used so that ASCII art graphs still work. This isn't a trivial patch that should just be applied, especially not for a bugfix release > This commit uses the css pre-wrap to keep the formatting and also sets the > font to Menlo and the size to 12 (the default for the > page):http://github.com/brotherbard/gitx/commit/9a536fc92a83c2fba408ad6d98b281f449882bad > And a screenshot at:http://wiki.github.com/brotherbard/gitx/ > > --Nathan > http://brotherbard.com/ <http://brotherbard.com/boinc/> > > > > > >
