OBW: Move newsletter signup checkbox inside the same Card as the rest of the Store Details form inputs. (https://github.com/woocommerce/woocommerce-admin/pull/8148)

* OBW: Move newsletter signup checkbox inside the same Card as the rest of the Store Details form inputs.

* Add changelog entry for 8033/8148.

* Fix changelog format for 8033/8148.
This commit is contained in:
Jacob Sewell 2022-01-12 16:56:19 -06:00 committed by GitHub
parent 583590ecf9
commit bba520b886
2 changed files with 5 additions and 4 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: Fix
Remove border between email input and newsletter checkbox in OBW store details. #8148

View File

@ -358,9 +358,6 @@ class StoreDetails extends Component {
) }
</div>
) }
</CardBody>
<CardFooter>
<FlexItem>
<div className="woocommerce-profile-wizard__newsletter-signup">
<CheckboxControl
@ -384,7 +381,7 @@ class StoreDetails extends Component {
/>
</div>
</FlexItem>
</CardFooter>
</CardBody>
<CardFooter justify="center">
<Button