From 9bb976a5874d0c1cb44454d1cae4e7292611b1af Mon Sep 17 00:00:00 2001 From: Bill Date: Wed, 16 Mar 2022 17:09:25 -0400 Subject: [PATCH] Fix trophy overflow --- src/common/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/index.scss b/src/common/index.scss index 2cd54fde..69f24cbd 100644 --- a/src/common/index.scss +++ b/src/common/index.scss @@ -92,6 +92,7 @@ width: 297px; height: 116px; white-space: pre-wrap; + overflow: auto; } .trophy-footer {