diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7e89e33f..b1980e75a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed accelerated checkout integration [#2341](https://github.com/bigcommerce/cornerstone/pull/2341) - Added css classes for ApplePay Button [[#2344]](https://github.com/bigcommerce/cornerstone/pull/2344) - Added styling config for the Bolt smart payment button [[#2356]](https://github.com/bigcommerce/cornerstone/pull/2356) +- Remove default whitespace from multiline input [#2355](https://github.com/bigcommerce/cornerstone/pull/2355) ## 6.10.0 (03-23-2023) - A bug with the display of the product quantity on the PDP [#2340](https://github.com/bigcommerce/cornerstone/pull/2340) diff --git a/templates/components/common/forms/multiline.html b/templates/components/common/forms/multiline.html index 798f13a3a1..389185e7a5 100644 --- a/templates/components/common/forms/multiline.html +++ b/templates/components/common/forms/multiline.html @@ -14,7 +14,5 @@ data-input class="form-input" {{#if private_id}}data-field-type="{{private_id}}"{{/if}} - > - {{value}} - + >{{value}}