style: Remove internal cell borders from leaderboards table

This commit is contained in:
Paul Gauthier (aider) 2025-04-12 23:10:55 -07:00
parent 51fa1f9abd
commit 39962ba5eb

View file

@ -94,7 +94,11 @@ The model also has to successfully apply all its changes to the source file with
table {
table-layout: fixed;
}
thead {
border-top: 1px solid #ddd; /* Add top border to header */
}
td, th {
border: none; /* Remove internal cell borders */
word-wrap: break-word;
overflow-wrap: break-word;
}