diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index 42811aa0f..8d9eb5dc3 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -667,7 +667,7 @@ } &.dailyLeaderboard { - max-width: 10rem; + max-width: 13rem; overflow: hidden; white-space: nowrap; } diff --git a/frontend/src/ts/test/test-logic.ts b/frontend/src/ts/test/test-logic.ts index 4b61bc5f3..6f7a674f9 100644 --- a/frontend/src/ts/test/test-logic.ts +++ b/frontend/src/ts/test/test-logic.ts @@ -1755,7 +1755,7 @@ async function saveResult( } else { $("#result .stats .dailyLeaderboard") .css({ - maxWidth: "10rem", + maxWidth: "13rem", opacity: 0, }) .removeClass("hidden")