mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: Use min-height for leaderboard table data cells
This commit is contained in:
parent
4c17784444
commit
3b10e3bcb5
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ human intervention.
|
|||
vertical-align: middle; /* Ensure consistent vertical alignment */
|
||||
}
|
||||
tbody tr td {
|
||||
height: 50px; /* Set a fixed height for all data cells */
|
||||
min-height: 50px; /* Set a minimum 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