sevago-sso-fe 1.0.78 → 1.0.79
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -7199,7 +7199,7 @@ const AppGrid = ({
|
|
|
7199
7199
|
const end = start + pageSize;
|
|
7200
7200
|
const visibleApps = totalPages > 1 ? apps.slice(start, end) : apps;
|
|
7201
7201
|
const placeholdersCount = Math.max(0, pageSize - visibleApps.length);
|
|
7202
|
-
const placeholderHeight = iconSize +
|
|
7202
|
+
const placeholderHeight = iconSize + 36.5;
|
|
7203
7203
|
return /* @__PURE__ */ jsxs(Box, { sx: { position: "relative" }, children: [
|
|
7204
7204
|
/* @__PURE__ */ jsxs(
|
|
7205
7205
|
Box,
|