impaktapps-design 0.1.2 → 0.1.3
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.
|
@@ -11143,7 +11143,8 @@ const ToolTip = ({
|
|
|
11143
11143
|
left: left2,
|
|
11144
11144
|
children: /* @__PURE__ */ jsxs("div", {
|
|
11145
11145
|
style: {
|
|
11146
|
-
height: "
|
|
11146
|
+
height: "auto",
|
|
11147
|
+
width: "auto",
|
|
11147
11148
|
textAlign: "center",
|
|
11148
11149
|
background: "black",
|
|
11149
11150
|
padding: "10px",
|
package/package.json
CHANGED