@applica-software-guru/react-admin 1.3.137 → 1.3.138
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/components/ra-forms/LongForm/BaseForm.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +1 -1
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +2 -1
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +1 -1
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ra-forms/LongForm/BaseForm.tsx +2 -1
package/dist/react-admin.es.js
CHANGED
|
@@ -17547,7 +17547,8 @@ const ON = ae(ye, {
|
|
|
17547
17547
|
borderTop: `1px solid ${e.palette.divider}`,
|
|
17548
17548
|
[e.breakpoints.down("sm")]: {
|
|
17549
17549
|
position: "initial !important",
|
|
17550
|
-
width: "auto !important"
|
|
17550
|
+
width: "auto !important",
|
|
17551
|
+
marginRight: 0
|
|
17551
17552
|
}
|
|
17552
17553
|
},
|
|
17553
17554
|
"& form > .MuiToolbar-root": {
|