biblio-react 2.2.3 → 2.2.4
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16425,14 +16425,14 @@ const rE = /* @__PURE__ */ o((e) => {
|
|
|
16425
16425
|
/* @__PURE__ */ f(
|
|
16426
16426
|
$e,
|
|
16427
16427
|
{
|
|
16428
|
-
sx: { height: "
|
|
16428
|
+
sx: { height: "78vh", width: "100%" },
|
|
16429
16429
|
className: ms.tableWrapper,
|
|
16430
16430
|
children: /* @__PURE__ */ f(Pf, { theme: iE, children: /* @__PURE__ */ f(
|
|
16431
16431
|
Ci,
|
|
16432
16432
|
{
|
|
16433
16433
|
sx: {
|
|
16434
16434
|
display: "grid",
|
|
16435
|
-
gridTemplateRows: "
|
|
16435
|
+
gridTemplateRows: "78vh 1fr auto"
|
|
16436
16436
|
},
|
|
16437
16437
|
slots: {
|
|
16438
16438
|
//toolbar: GridToolbar,
|