mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: Set consistent row height in leaderboards table
This commit is contained in:
parent
6616f0886d
commit
4c17784444
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@ human intervention.
|
|||
border: none; /* Remove internal cell borders */
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
vertical-align: middle; /* Ensure consistent vertical alignment */
|
||||
}
|
||||
tbody tr td {
|
||||
height: 50px; /* Set a fixed height for all data cells */
|
||||
}
|
||||
td.col-command { /* Command column */
|
||||
font-size: 12px; /* Keep font size adjustment for command column if desired, or remove */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue