table-panel border radius fix

This commit is contained in:
Yuri Kuznetsov
2024-05-27 10:45:44 +03:00
parent 06811d9fcc
commit 5719f29262
+2 -2
View File
@@ -116,8 +116,8 @@ table.table-panel {
border-bottom: 0;
}
&.table-striped {
tbody > tr:last-child {
tbody {
> tr:nth-last-child(1 of :not(.hidden)) {
> td:first-child {
border-bottom-left-radius: var(--panel-border-radius);
}