From 0deb5786bf67ec061c45b31359724cab1b25ffb8 Mon Sep 17 00:00:00 2001 From: Arpit Jain Date: Wed, 17 Jun 2026 16:14:09 +0900 Subject: [PATCH] fix: remove wrapper match-content width override Signed-off-by: Arpit Jain --- src/assets/styles/_shared.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/assets/styles/_shared.scss b/src/assets/styles/_shared.scss index 6e458e8808..b6f272aa19 100644 --- a/src/assets/styles/_shared.scss +++ b/src/assets/styles/_shared.scss @@ -85,10 +85,3 @@ body, line-height: 22px !important; } } - -// Override DS wrapper match-content width to 1170px content with 30px gutters. -.wrapper--match-content { - @include respond-to-min($bp-sm-min) { - max-width: $grid-wrapper-width - ($grid-gutter-width * 2) !important; - } -}