structiq 1.0.2 → 1.0.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
@@ -5790,7 +5790,7 @@ var StructiqEditor = ({
5790
5790
  return /* @__PURE__ */ jsxRuntime.jsxs(
5791
5791
  "div",
5792
5792
  {
5793
- className: `relative rounded-lg border border-gray-300 bg-white ${customHeight ? "customHeight scrollable-y-auto" : ""}`,
5793
+ className: `w-full relative rounded-lg border border-gray-300 bg-white ${customHeight ? "customHeight scrollable-y-auto" : ""}`,
5794
5794
  children: [
5795
5795
  /* @__PURE__ */ jsxRuntime.jsx(SelectionToolbarTippy, { editor }),
5796
5796
  hoveredRow && /* @__PURE__ */ jsxRuntime.jsx(RowAddButton, { editor, row: hoveredRow }),