From 23b5f682cff553f97e80951ed12f4097bfed4c8f Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 3 Apr 2012 19:16:56 +0200 Subject: [PATCH] sc: never wrap statistics table Some browsers (webkit at least) treat dashes as break point, causing unreadable multiline cells. --- sc.plp | 1 + 1 file changed, 1 insertion(+) diff --git a/sc.plp b/sc.plp index 9747e64..8251f75 100644 --- 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; -- 2.30.0