@aclymatepackages/modules 1.0.32 → 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.
@@ -157,7 +157,8 @@ const FootprintEquivalencies = _ref => {
157
157
  alt: "".concat(type, "-image"),
158
158
  src: "https://dashboard.aclymate.com/images/footprint-equivalencies/".concat(type, ".svg"),
159
159
  style: {
160
- width: "100%"
160
+ width: "100%",
161
+ maxHeight: "250px"
161
162
  }
162
163
  }), /*#__PURE__*/_react.default.createElement(_material.Paper, {
163
164
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aclymatepackages/modules",
3
- "version": "1.0.32",
3
+ "version": "1.0.34",
4
4
  "description": "Aclymate modules",
5
5
  "author": "William Loopesko",
6
6
  "main": "dist/index.js",
@@ -168,7 +168,7 @@ const FootprintEquivalencies = ({
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={{