-
Bug
-
Resolution: Fixed
-
Normal
-
Bug fixes, 2011-12-05
-
None
The ISWC currently will wrap on that final hyphen, which makes lots of single-line items (one performer, one composer) into double line items if any work title or artist is sufficiently wide.
A basic css nowrap on the ISWC spans would avoid this; the equivalent of this minimal amount of jQuery:
$('table.tbl tr td:nth-child(5)').css("whiteSpace", "nowrap");