diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index b21e10948..249b9882e 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -123,7 +123,7 @@ human intervention. /* Increase width of Percent correct and Cost columns when others are hidden */ th:nth-child(3), td:nth-child(3), /* Percent correct */ th:nth-child(4), td:nth-child(4) { /* Cost */ - width: 30% !important; /* Override inline style */ + width: 33% !important; /* Override inline style */ } }