konsolpro-custom-ui 0.0.406 → 0.0.407
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/lib/index.js +1 -1
- package/package.json +1 -1
package/dist/lib/index.js
CHANGED
|
@@ -5871,7 +5871,7 @@ function ie(m) {
|
|
|
5871
5871
|
g.setContentElement(A), I(A);
|
|
5872
5872
|
},
|
|
5873
5873
|
className: p(
|
|
5874
|
-
"min-h-0 rounded-t-[10px] bg-white px-4 pt-4 md:px-6",
|
|
5874
|
+
"min-h-0 rounded-t-[10px] bg-white px-4 pt-4 md:pt-6 md:px-6",
|
|
5875
5875
|
e == null ? void 0 : e.content
|
|
5876
5876
|
)
|
|
5877
5877
|
}
|