Fix trophy overflow

This commit is contained in:
Bill 2022-03-16 17:09:25 -04:00
parent 21082763ca
commit 9bb976a587

View File

@ -92,6 +92,7 @@
width: 297px; width: 297px;
height: 116px; height: 116px;
white-space: pre-wrap; white-space: pre-wrap;
overflow: auto;
} }
.trophy-footer { .trophy-footer {