@sustaina/shared-ui 1.70.3 → 1.70.4
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
|
@@ -7918,7 +7918,7 @@ var ConditionLookupInput = ({
|
|
|
7918
7918
|
field.onChange([]);
|
|
7919
7919
|
onClear("value");
|
|
7920
7920
|
};
|
|
7921
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(FormItem, { className: "relative w-full
|
|
7921
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(FormItem, { className: "relative w-full min-w-0", children: [
|
|
7922
7922
|
/* @__PURE__ */ jsxRuntime.jsx(FormControl, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
7923
7923
|
LookupSelect,
|
|
7924
7924
|
{
|