analytica-frontend-lib 1.2.63 → 1.2.65
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1090,7 +1090,7 @@ function PageContainer({
|
|
|
1090
1090
|
"div",
|
|
1091
1091
|
{
|
|
1092
1092
|
className: cn(
|
|
1093
|
-
"flex flex-col w-full h-full
|
|
1093
|
+
"flex flex-col w-full min-h-full items-center pb-5 relative",
|
|
1094
1094
|
className
|
|
1095
1095
|
),
|
|
1096
1096
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "flex flex-col w-full max-w-[1000px] lg:px-0 px-4", children })
|