Skip to content

Commit b30152c

Browse files
committed
fix(PaginatedTable): no bottom border for last row
1 parent d73717a commit b30152c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/PaginatedTable/PaginatedTable.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,10 @@
203203
&__row-skeleton::after {
204204
display: none !important;
205205
}
206+
207+
tbody > tr:last-child {
208+
td {
209+
border-bottom: unset;
210+
}
211+
}
206212
}

0 commit comments

Comments
 (0)