mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 20:54:59 +00:00
style: Remove internal cell borders from leaderboards table
This commit is contained in:
parent
51fa1f9abd
commit
39962ba5eb
1 changed files with 4 additions and 0 deletions
|
@ -94,7 +94,11 @@ The model also has to successfully apply all its changes to the source file with
|
||||||
table {
|
table {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
|
thead {
|
||||||
|
border-top: 1px solid #ddd; /* Add top border to header */
|
||||||
|
}
|
||||||
td, th {
|
td, th {
|
||||||
|
border: none; /* Remove internal cell borders */
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue