From b00a0e15e0c1d500bd67df063ffa4019ecf6d26e Mon Sep 17 00:00:00 2001 From: Nathan Barrett <30009669+nathan-barrett@users.noreply.github.com> Date: Tue, 9 May 2023 15:46:14 -0700 Subject: [PATCH 1/2] remove split min-width to prevent overflow on small viewports --- assets/sass/protocol/components/_split.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/sass/protocol/components/_split.scss b/assets/sass/protocol/components/_split.scss index cfc8ff93..cd4d9066 100644 --- a/assets/sass/protocol/components/_split.scss +++ b/assets/sass/protocol/components/_split.scss @@ -32,7 +32,6 @@ @include clearfix; margin: 0 auto; max-width: $content-max; - min-width: $content-xs; // horizontal spacing should match mzp-l-content's horizontal spacing padding: 0 get-theme('h-grid-xs'); From becd8b821091ff6121514b3b5696ddd815b0f3dd Mon Sep 17 00:00:00 2001 From: Nathan Barrett <30009669+nathan-barrett@users.noreply.github.com> Date: Tue, 9 May 2023 15:54:32 -0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb5ae97c..997e5c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Features * **css:** Remove default mobile padding on nospace split component +* **css:** Removed min-width on the .mzp-c-split-container class on the split component * **js:** Protocol JS components are now written using modern JS and published as ES5/UMD format (#255). * **js:** Removed pre-minified JS files from the published package. Consuming sites should handle their own minification. * **css:** Removed pre-minified CSS files from the published package Consuming sites should handle their own minification.