diff --git a/src/components/Hackathon/HackathonLeaderboard.js b/src/components/Hackathon/HackathonLeaderboard.js index 32e4b78..d853f4d 100644 --- a/src/components/Hackathon/HackathonLeaderboard.js +++ b/src/components/Hackathon/HackathonLeaderboard.js @@ -75,9 +75,7 @@ const StatLabel = styled(Typography)(({ theme }) => ({ color: 'var(--muted, #5B6270)', textAlign: 'center', width: '100%', - whiteSpace: 'nowrap', - overflow: 'hidden', - textOverflow: 'ellipsis', + overflowWrap: 'break-word', })); const AchievementCard = styled(Box)(({ theme }) => ({ @@ -585,44 +583,44 @@ const HackathonLeaderboard = ({ placement="top" > - {renderIcon(stat.icon, { fontSize: "large", sx: { color: "var(--accent, #E2552E)" } })} - - {stat.value.toLocaleString()} -