feat: Add table layout and word wrap styles to leaderboards page

This commit is contained in:
Paul Gauthier 2024-08-10 10:23:27 -07:00 committed by Paul Gauthier (aider)
parent 20271454c3
commit 56c32f17e1

View file

@ -136,6 +136,16 @@ The model also has to successfully apply all its changes to the source file with
tr.selected {
color: #0056b3;
}
table {
table-layout: fixed;
}
td, th {
word-wrap: break-word;
overflow-wrap: break-word;
}
td:nth-child(3), td:nth-child(4) {
font-size: 12px;
}
</style>
## Code refactoring leaderboard