Add load more navigation card row

This commit is contained in:
2026-06-04 18:37:43 +02:00
parent ab17a5e1fa
commit ff18fd49bc
2 changed files with 22 additions and 0 deletions
+6
View File
@@ -108,6 +108,12 @@
white-space: nowrap;
}
.sg-large-table__cell--load-more {
grid-column: 1 / -1;
padding: 0;
white-space: normal;
}
.sg-large-table__cell--header {
padding: 0;
}