@@ -213,7 +213,7 @@ export default function LeaderboardPage() {
213213 < p className = "text-text-muted text-xs uppercase tracking-[0.14em] mb-3" >
214214 Top Model Score
215215 </ p >
216- < p className = "text-2xl sm:text-3xl font-semibold text-text-primary mb-2" >
216+ < p className = "text-2xl sm:text-3xl font-semibold text-text-primary mb-2 tabular-nums " >
217217 { totals . topModelScore . toFixed ( 2 ) }
218218 </ p >
219219 < p className = "text-sm text-text-secondary leading-relaxed" >
@@ -235,7 +235,7 @@ export default function LeaderboardPage() {
235235 < p className = "text-text-muted text-xs uppercase tracking-[0.14em] mb-3" >
236236 Top Node Score
237237 </ p >
238- < p className = "text-2xl sm:text-3xl font-semibold text-text-primary mb-2" >
238+ < p className = "text-2xl sm:text-3xl font-semibold text-text-primary mb-2 tabular-nums " >
239239 { totals . topNodeScore . toFixed ( 2 ) }
240240 </ p >
241241 < p className = "text-sm text-text-secondary leading-relaxed" >
@@ -498,7 +498,7 @@ function ModelLeaderboardTable({ rows }: { rows: ModelLeaderboardRow[] }) {
498498 { formatModelDisplayName ( row . generator_model ) }
499499 </ div >
500500 </ td >
501- < td className = "py-4 px-4 text-right font-bold text-cyan-light" >
501+ < td className = "py-4 px-4 text-right font-bold text-cyan-light tabular-nums " >
502502 { formatScore ( getPublicModelBoardScore ( row ) ) }
503503 </ td >
504504 < td className = "py-4 px-4" >
@@ -593,7 +593,7 @@ function NodeLeaderboardTable(
593593 </ div >
594594 ) }
595595 </ td >
596- < td className = "py-4 px-4 text-right font-bold text-cyan-light" >
596+ < td className = "py-4 px-4 text-right font-bold text-cyan-light tabular-nums " >
597597 { formatScore ( getPublicNodeBoardScore ( row ) ) }
598598 </ td >
599599 < td className = "py-4 px-4 text-right text-text-primary font-semibold" >
0 commit comments