From e44c17a8cd68e12b31596be30f0c28443fa17d77 Mon Sep 17 00:00:00 2001 From: patrickjohncyh Date: Fri, 12 Aug 2022 16:32:12 -0400 Subject: [PATCH 1/2] make font size slightly smaller --- leaderboard.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/leaderboard.html b/leaderboard.html index 4949d2e..72fbbae 100644 --- a/leaderboard.html +++ b/leaderboard.html @@ -65,7 +65,13 @@ \ \ \ - ' + \ + \ + ' console.log(htmlBody) $('#' + tableInfo['tableId']).html(htmlBody); } From ecc2ac11e5670672cc2e5a4ee3f752fb47e02c5d Mon Sep 17 00:00:00 2001 From: patrickjohncyh Date: Fri, 12 Aug 2022 16:37:05 -0400 Subject: [PATCH 2/2] fix text-wrap issue --- leaderboard.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/leaderboard.html b/leaderboard.html index 72fbbae..e54e2ff 100644 --- a/leaderboard.html +++ b/leaderboard.html @@ -71,6 +71,9 @@ .table td, .table th {\ font-size: 15px;\ }\ + /table tr {\ + white-space: nowrap\ + }\ ' console.log(htmlBody) $('#' + tableInfo['tableId']).html(htmlBody);