@geomak/ui 7.7.2 → 7.7.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.
package/dist/index.js CHANGED
@@ -5512,7 +5512,7 @@ function EditableCell({
5512
5512
  };
5513
5513
  }, [editing, col.editor]);
5514
5514
  if (editing) {
5515
- if (col.editor) return /* @__PURE__ */ jsx("div", { ref: editRef, children: col.editor({ value, row, commit, cancel }) });
5515
+ if (col.editor) return /* @__PURE__ */ jsx("div", { ref: editRef, className: "w-full", children: col.editor({ value, row, commit, cancel }) });
5516
5516
  return /* @__PURE__ */ jsx(
5517
5517
  "input",
5518
5518
  {