From 56c32f17e141adb6b695636e31e046d9b2dea5cc Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 10 Aug 2024 10:23:27 -0700 Subject: [PATCH] feat: Add table layout and word wrap styles to leaderboards page --- aider/website/docs/leaderboards/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index 03addfd90..e32c15a4b 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -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; + } ## Code refactoring leaderboard