@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 +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5999,7 +5999,8 @@ var PaidSection = function PaidSection() {
|
|
|
5999
5999
|
xs: 12,
|
|
6000
6000
|
md: 6,
|
|
6001
6001
|
sx: {
|
|
6002
|
-
paddingTop: "0px !important"
|
|
6002
|
+
paddingTop: "0px !important",
|
|
6003
|
+
minHeight: "430px"
|
|
6003
6004
|
},
|
|
6004
6005
|
children: /*#__PURE__*/jsx(DonorMixCard, {
|
|
6005
6006
|
title: "Spend allocation",
|
|
@@ -6033,7 +6034,7 @@ var PaidSection = function PaidSection() {
|
|
|
6033
6034
|
showBottomSummary: false,
|
|
6034
6035
|
sx: {
|
|
6035
6036
|
pb: 3.5,
|
|
6036
|
-
|
|
6037
|
+
height: "100%"
|
|
6037
6038
|
}
|
|
6038
6039
|
})
|
|
6039
6040
|
})]
|