style: Use min-height for leaderboard table data cells

This commit is contained in:
Paul Gauthier (aider) 2025-04-13 12:43:18 -07:00
parent 4c17784444
commit 3b10e3bcb5

View file

@ -112,7 +112,7 @@ human intervention.
vertical-align: middle; /* Ensure consistent vertical alignment */ vertical-align: middle; /* Ensure consistent vertical alignment */
} }
tbody tr td { 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 */ 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 */