@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.mjs CHANGED
@@ -1538,7 +1538,8 @@ function PoliticianCard({
1538
1538
  },
1539
1539
  imageWrapper: {
1540
1540
  width: isHorizontal ? "90px" : "100%",
1541
- height: isHorizontal ? void 0 : "auto",
1541
+ height: isHorizontal ? "100%" : "auto",
1542
+ maxHeight: isHorizontal ? "200px" : void 0,
1542
1543
  aspectRatio: isHorizontal ? void 0 : "4/5",
1543
1544
  flexShrink: 0,
1544
1545
  overflow: "hidden"