diff --git a/src/index.css b/src/index.css index 6c85a3f3306203ad7c2da04aa02d1e46d8979741..4d5262f7d6600c13668f22ae10bf88cda6031f48 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 8c88ffae65059c2e556af500bff86174c2f73ee7..637085c5b02551a162b9f832a7c858428c8e9cbd 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>