From 2782f3b024ebcf09238c52a42c995690ad9f5471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 4 Jun 2026 18:39:08 +0200 Subject: [PATCH] Constrain load more navigation card width --- components/data-display.html | 2 +- styles/42-components-data-display.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/components/data-display.html b/components/data-display.html index 719471d..df7305d 100644 --- a/components/data-display.html +++ b/components/data-display.html @@ -209,7 +209,7 @@
-
+
diff --git a/styles/42-components-data-display.css b/styles/42-components-data-display.css index 3716ad8..d46420e 100644 --- a/styles/42-components-data-display.css +++ b/styles/42-components-data-display.css @@ -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; }