@julseb-lib/react 0.1.78 → 0.1.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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2751,7 +2751,7 @@ var Wrapper = ({
|
|
|
2751
2751
|
{
|
|
2752
2752
|
ref,
|
|
2753
2753
|
className: clsx(
|
|
2754
|
-
"z-10 relative flex sm:flex-row flex-col justify-stretch sm:justify-center-safe gap-5 px-4 md:px-5 lg:px-12 w-full",
|
|
2754
|
+
"z-10 relative flex sm:flex-row flex-col justify-stretch sm:justify-center-safe gap-5 px-4 md:px-5 lg:px-12 w-full h-fit",
|
|
2755
2755
|
genBgAllColors[backgroundColor],
|
|
2756
2756
|
genMinHeight[minHeight],
|
|
2757
2757
|
genGap[gap],
|