@ammarkhalidfarooq/dashboard-package 0.4.26 → 0.4.28
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 +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -1
- 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",
|