@empoweredvote/ev-ui 0.4.4 → 0.4.5

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/dist/index.js CHANGED
@@ -1622,7 +1622,8 @@ function PoliticianCard({
1622
1622
  },
1623
1623
  imageWrapper: {
1624
1624
  width: isHorizontal ? "90px" : "100%",
1625
- height: isHorizontal ? void 0 : "auto",
1625
+ height: isHorizontal ? "100%" : "auto",
1626
+ maxHeight: isHorizontal ? "200px" : void 0,
1626
1627
  aspectRatio: isHorizontal ? void 0 : "4/5",
1627
1628
  flexShrink: 0,
1628
1629
  overflow: "hidden"