mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +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 */
|
border: none; /* Remove internal cell borders */
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
overflow-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 */
|
td.col-command { /* Command column */
|
||||||
font-size: 12px; /* Keep font size adjustment for command column if desired, or remove */
|
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