mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-24 01:24:43 +08:00
style(css): vertically center table body cells
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -567,7 +567,7 @@ kbd {
|
||||
.table tbody td {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
vertical-align: top;
|
||||
vertical-align: middle;
|
||||
border-bottom: 1px solid var(--line);
|
||||
transition:
|
||||
background-color 180ms ease,
|
||||
|
||||
Reference in New Issue
Block a user