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
+1 -1
View File
@@ -209,7 +209,7 @@
<div class="sg-card-segment sg-card-segment--body sg-card-segment--white sg-large-table__row" role="row" data-component-part="large-table-row">
<div class="sg-large-table__cell sg-large-table__cell--load-more" role="cell">
<div class="sg-navigation-card-layout">
<div class="sg-navigation-card-layout sg-large-table__load-more-layout">
<div class="sg-navigation-card-block">
<article class="sg-card" data-component="card" data-pattern="navigation-card" aria-label="Navigations-Card">
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body" data-pattern-part="navigation-card-segment">
+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;
}