Comment 2 for bug 407268

Revision history for this message
Paul Sladen (sladen) wrote : Re: Long-filenames-with-hyphens-in-them get word wrapped to two lines in file display

This is probably fixed by adding the CSS code:

  white-space: nowrap;

unless it's the Python based hyphenator doing the splitting with a <br>. (See also: bug #28649 in Launchpad itself).