@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.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",
|