From 0ea87b3ed3203143fe09fdfa0a67ede9cae647b9 Mon Sep 17 00:00:00 2001 From: charclayt <ukfeature@gmail.com> Date: Mon, 24 Apr 2023 14:50:15 +0100 Subject: [PATCH] general tidying added no wrap to jquery datatable headers changed 'referral' to 'referred' --- src/index.css | 4 ++++ src/index.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 6c85a3f3..4d5262f7 100644 --- a/src/index.css +++ b/src/index.css @@ -6,6 +6,10 @@ body { background-color: #E8EDEE !important; } +th { + white-space: nowrap; +} + #background { background: linear-gradient(#005EB8, #0072CE, #41B6E6, #0072CE, #005EB8); background-size: 200% 200%; diff --git a/src/index.html b/src/index.html index 8c88ffae..637085c5 100644 --- a/src/index.html +++ b/src/index.html @@ -154,7 +154,7 @@ </th> <th style="cursor: pointer;" scope="col"> <i class="datatable-sort-icon fas fa-arrow-up" data-mdb-sort="referral"></i> - referral + referred </th> </tr> </thead> -- GitLab