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:
parent
583590ecf9
commit
bba520b886
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: Fix
|
||||
|
||||
Remove border between email input and newsletter checkbox in OBW store details. #8148
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue