@local-civics/mgmt-ui 0.1.76 → 0.1.78

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
@@ -2664,9 +2664,9 @@ var __spreadProps$1 = (a, b) => __defProps$1(a, __getOwnPropDescs$1(b));
2664
2664
  const useStyles$1 = core.createStyles((theme) => ({
2665
2665
  wrapper: {
2666
2666
  minHeight: 400,
2667
+ height: "100%",
2667
2668
  boxSizing: "border-box",
2668
2669
  backgroundImage: `linear-gradient(-60deg, ${theme.colors[theme.primaryColor][4]} 0%, ${theme.colors[theme.primaryColor][7]} 100%)`,
2669
- borderRadius: theme.radius.md,
2670
2670
  padding: theme.spacing.xl * 2.5,
2671
2671
  [`@media (max-width: ${theme.breakpoints.sm}px)`]: {
2672
2672
  padding: theme.spacing.xl * 1.5