mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-14 00:47:14 +00:00
fix(css): hide last column in expand-row on mobile
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
a92b1a6e86
commit
dbff2522c8
1 changed files with 2 additions and 1 deletions
|
|
@ -1075,7 +1075,8 @@ th[data-sort].sort-asc::after {
|
|||
|
||||
.col-num,
|
||||
.col-cat,
|
||||
.expand-row td:first-child {
|
||||
.expand-row td:first-child,
|
||||
.expand-row td:last-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue