Constrain load more navigation card width

This commit is contained in:
2026-06-04 18:39:08 +02:00
parent ff18fd49bc
commit 2782f3b024
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -114,6 +114,12 @@
white-space: normal;
}
.sg-large-table__load-more-layout {
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
.sg-large-table__cell--header {
padding: 0;
}