biblio-react 3.0.0-alpha197 → 3.0.0-alpha198
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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31943,7 +31943,7 @@ const lx = /* @__PURE__ */ a((e) => {
|
|
|
31943
31943
|
display: "flex",
|
|
31944
31944
|
alignItems: "flex-start",
|
|
31945
31945
|
gap: 1,
|
|
31946
|
-
width: "100%"
|
|
31946
|
+
width: e.isTC ? "80%" : "100%"
|
|
31947
31947
|
},
|
|
31948
31948
|
children: [
|
|
31949
31949
|
/* @__PURE__ */ v(et, { sx: { flex: 1, minWidth: 0 }, children: /* @__PURE__ */ v(
|