style: Set consistent row height in leaderboards table

This commit is contained in:
Paul Gauthier (aider) 2025-04-13 12:41:28 -07:00
parent 6616f0886d
commit 4c17784444

View file

@ -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 */