3733: "Diff Size" column should use a non-breaking space.

david
Jan. 22, 2015
What version are you running?
2.0.12

What's the URL of the page containing the problem?
/dashboard/

What steps will reproduce the problem?
In the dashboard, users can add an optional "Diff Size" column which shows a representation of how big the diff is. This representation shows the number of inserts and number of deletes in the unified diff.

Most of the time, the contents of this column show on a single line. However, for large patches where the number of displayed digits is 6 or more (for example, 100 lines deleted and 100 added, or 4 deleted and 10000 added), the contents of the cell get wider than the header and it wraps.

We should make sure that we use a non-breaking space ( ) in between the added and removed counts, to prevent this column from wrapping.
#1 yyo****@gmai***** (Google Code) (Is this you? Claim this profile.)
I am fixing it.
david
#3 david
Fixed in release-2.0.x (dd58acd).
  • +Fixed