Only hide last row in the tbody
This commit is contained in:
parent
9c91a5135a
commit
2fd4a27496
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.repo-list-table table tr:last-child td {
|
.repo-list-table table tbody tr:last-child td {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
Reference in a new issue