mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
feat: Add table layout and word wrap styles to leaderboards page
This commit is contained in:
parent
20271454c3
commit
56c32f17e1
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue