@aclymatepackages/modules 1.0.33 → 1.0.34
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.
|
@@ -150,18 +150,15 @@ const FootprintEquivalencies = _ref => {
|
|
|
150
150
|
xs: 12
|
|
151
151
|
}, /*#__PURE__*/_react.default.createElement(_material.Box, {
|
|
152
152
|
display: "flex",
|
|
153
|
-
justifyContent: "center"
|
|
154
|
-
width: "100%",
|
|
155
|
-
height: "100%"
|
|
153
|
+
justifyContent: "center"
|
|
156
154
|
}, /*#__PURE__*/_react.default.createElement(_material.Box, {
|
|
157
|
-
position: "relative"
|
|
158
|
-
width: "100%",
|
|
159
|
-
height: "100%"
|
|
155
|
+
position: "relative"
|
|
160
156
|
}, /*#__PURE__*/_react.default.createElement("img", {
|
|
161
157
|
alt: "".concat(type, "-image"),
|
|
162
158
|
src: "https://dashboard.aclymate.com/images/footprint-equivalencies/".concat(type, ".svg"),
|
|
163
159
|
style: {
|
|
164
|
-
width: "100%"
|
|
160
|
+
width: "100%",
|
|
161
|
+
maxHeight: "250px"
|
|
165
162
|
}
|
|
166
163
|
}), /*#__PURE__*/_react.default.createElement(_material.Paper, {
|
|
167
164
|
style: {
|
package/package.json
CHANGED
|
@@ -163,12 +163,12 @@ const FootprintEquivalencies = ({
|
|
|
163
163
|
</Grid>
|
|
164
164
|
</Grid>
|
|
165
165
|
<Grid item lg={6} xs={12}>
|
|
166
|
-
<Box display="flex" justifyContent="center"
|
|
167
|
-
<Box position="relative"
|
|
166
|
+
<Box display="flex" justifyContent="center">
|
|
167
|
+
<Box position="relative">
|
|
168
168
|
<img
|
|
169
169
|
alt={`${type}-image`}
|
|
170
170
|
src={`https://dashboard.aclymate.com/images/footprint-equivalencies/${type}.svg`}
|
|
171
|
-
style={{ width: "100%" }}
|
|
171
|
+
style={{ width: "100%", maxHeight: "250px" }}
|
|
172
172
|
/>
|
|
173
173
|
<Paper
|
|
174
174
|
style={{
|