@ammarkhalidfarooq/dashboard-package 0.4.27 → 0.4.29

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.cjs.js CHANGED
@@ -6001,7 +6001,8 @@ var PaidSection = function PaidSection() {
6001
6001
  xs: 12,
6002
6002
  md: 6,
6003
6003
  sx: {
6004
- paddingTop: "0px !important"
6004
+ paddingTop: "0px !important",
6005
+ minHeight: "430px"
6005
6006
  },
6006
6007
  children: /*#__PURE__*/jsxRuntime.jsx(DonorMixCard, {
6007
6008
  title: "Spend allocation",
@@ -6035,7 +6036,7 @@ var PaidSection = function PaidSection() {
6035
6036
  showBottomSummary: false,
6036
6037
  sx: {
6037
6038
  pb: 3.5,
6038
- minHeight: 430
6039
+ height: "100%"
6039
6040
  }
6040
6041
  })
6041
6042
  })]