From 1a703a745f230dd639152b58172f52b3179ef27d Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Mon, 12 May 2014 07:31:21 +1000 Subject: [PATCH] Prevent wrapping SP table headers --- assets/css/sportspress.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/css/sportspress.css b/assets/css/sportspress.css index 6d2e40f0..4b814131 100644 --- a/assets/css/sportspress.css +++ b/assets/css/sportspress.css @@ -9,6 +9,9 @@ width: 100%; position: relative; } +.sp-data-table thead th { + white-space: nowrap; +} .sp-data-table thead .sorting, .sp-data-table thead .sorting_asc, .sp-data-table thead .sorting_desc,