From 6a957330a8d0a1c6373440c4a51ae59e01708af2 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sun, 19 Nov 2017 03:02:07 +0100 Subject: [PATCH] Make the table in the cardlist not wrap --- resources/cards/cardlist.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/cards/cardlist.css b/resources/cards/cardlist.css index 6ceeb4b..1dda9df 100644 --- a/resources/cards/cardlist.css +++ b/resources/cards/cardlist.css @@ -14,6 +14,7 @@ cursor: pointer; th, td { text-align: left; + white-space:nowrap; } th +th+th, td +td+td {