sc: never wrap statistics table
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 3 Apr 2012 17:16:56 +0000 (19:16 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 10 Apr 2012 01:03:24 +0000 (03:03 +0200)
Some browsers (webkit at least) treat dashes as break point, causing
unreadable multiline cells.

sc.plp

diff --git a/sc.plp b/sc.plp
index 9747e64431fcbc9531a6a743a2f435f883e1a312..8251f7504db7e4b29853188c8daad820b1c936ef 100644 (file)
--- a/sc.plp
+++ b/sc.plp
@@ -28,6 +28,7 @@ Unit properties as seen or measured in Brood War
                border-collapse: separate;
                border-spacing: 0;
                margin: 0 auto;
+               white-space: nowrap;
        }
        .units th, .units td {
                border: 0;