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. 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');