stratosphere-ui 3.1.1 → 3.1.2
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/stratosphere-ui.js +1 -1
- package/package.json +1 -1
package/dist/stratosphere-ui.js
CHANGED
|
@@ -30128,7 +30128,7 @@ const kH = [
|
|
|
30128
30128
|
...h,
|
|
30129
30129
|
children: [
|
|
30130
30130
|
p !== void 0 ? /* @__PURE__ */ Y.jsx(xg, { as: Ws, isRequired: s, children: p }) : null,
|
|
30131
|
-
/* @__PURE__ */ Y.jsx("div", { className: "join", children: n })
|
|
30131
|
+
/* @__PURE__ */ Y.jsx("div", { className: "w-full join", children: n })
|
|
30132
30132
|
]
|
|
30133
30133
|
}
|
|
30134
30134
|
);
|