diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index 49bccb89a..d4277f0f1 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -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; }