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 +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.mjs
CHANGED
|
@@ -5773,7 +5773,7 @@ var StructiqEditor = ({
|
|
|
5773
5773
|
return /* @__PURE__ */ jsxs(
|
|
5774
5774
|
"div",
|
|
5775
5775
|
{
|
|
5776
|
-
className: `relative rounded-lg border border-gray-300 bg-white ${customHeight ? "customHeight scrollable-y-auto" : ""}`,
|
|
5776
|
+
className: `w-full relative rounded-lg border border-gray-300 bg-white ${customHeight ? "customHeight scrollable-y-auto" : ""}`,
|
|
5777
5777
|
children: [
|
|
5778
5778
|
/* @__PURE__ */ jsx(SelectionToolbarTippy, { editor }),
|
|
5779
5779
|
hoveredRow && /* @__PURE__ */ jsx(RowAddButton, { editor, row: hoveredRow }),
|