From 94fc5cabb3e22e41d430bc9b48003a594e37252b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Wed, 25 Jun 2025 13:16:17 +0000 Subject: [PATCH] Merged in fix/SW-3101-RTE-table (pull request #2440) fix(SW-3101): content span all width * fix(SW-3101): content span all width Approved-by: Michael Zetterberg Approved-by: Erik Tiekstra --- apps/scandic-web/components/JsonToHtml/jsontohtml.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/scandic-web/components/JsonToHtml/jsontohtml.module.css b/apps/scandic-web/components/JsonToHtml/jsontohtml.module.css index 7787e2f94..7c6e65778 100644 --- a/apps/scandic-web/components/JsonToHtml/jsontohtml.module.css +++ b/apps/scandic-web/components/JsonToHtml/jsontohtml.module.css @@ -1,6 +1,7 @@ .container { max-width: var(--max-width-content); margin: 0 auto; + width: 100%; & > :first-child { margin-top: 0;