biblio-react 3.0.0-alpha181 → 3.0.0-alpha182

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
@@ -31495,7 +31495,8 @@ const G0 = /* @__PURE__ */ a((e) => {
31495
31495
  {
31496
31496
  sx: {
31497
31497
  display: "inline-flex",
31498
- ml: 0.5,
31498
+ ml: { xs: 0.5, md: "auto" },
31499
+ mt: { md: 0.5 },
31499
31500
  "& .MuiFormGroup-root": { position: "relative" },
31500
31501
  "& .MuiFormControlLabel-labelPlacementEnd": {
31501
31502
  display: "inline-flex"