Fix long standing glitch in the display of labels in the grouped progress bar box in the Milestone view. In Firefox, the longest label used to be squashed to the progress bar itself.
This was probably due to the addition of white space in the Genshi template, and because of the `white-space: nowrap` CSS rule which applies here (btw, as it also applies to the <td>, there was no need to hard-code it again there in the template).