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