@aclymatepackages/modules 4.1.2 → 4.1.4

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.
@@ -83,7 +83,10 @@ const CompanyDataConfirmation = _ref => {
83
83
  width: "375px"
84
84
  }
85
85
  }, /*#__PURE__*/_react.default.createElement(_material.Grid, {
86
- container: true
86
+ container: true,
87
+ wrap: "nowrap",
88
+ spacing: 1,
89
+ alignItems: "center"
87
90
  }, /*#__PURE__*/_react.default.createElement(_material.Grid, {
88
91
  item: true,
89
92
  xs: 11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aclymatepackages/modules",
3
- "version": "4.1.2",
3
+ "version": "4.1.4",
4
4
  "description": "Aclymate modules",
5
5
  "author": "William Loopesko",
6
6
  "main": "dist/index.js",
@@ -84,7 +84,7 @@ const CompanyDataConfirmation = ({ companyData, onConfirmClick }) => {
84
84
  transformOrigin={{ vertical: "top", horizontal: "right" }}
85
85
  >
86
86
  <Box p={1} style={{ width: "375px" }}>
87
- <Grid container>
87
+ <Grid container wrap="nowrap" spacing={1} alignItems="center">
88
88
  <Grid item xs={11}>
89
89
  <PlacesAutocomplete
90
90
  place={address}