diy-template-components 0.2.19 → 0.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.es.js +2 -1
- package/build/index.es.js.map +1 -1
- package/build/index.js +2 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -8370,7 +8370,8 @@ function EmailDripMarket({
|
|
|
8370
8370
|
const emailRef = React.useRef(null);
|
|
8371
8371
|
return /*#__PURE__*/React__default["default"].createElement("section", {
|
|
8372
8372
|
style: {
|
|
8373
|
-
width: '95%'
|
|
8373
|
+
width: '95%',
|
|
8374
|
+
paddingBottom: '5%'
|
|
8374
8375
|
}
|
|
8375
8376
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
8376
8377
|
onClick: e => {
|