@applica-software-guru/react-admin 1.3.177 → 1.3.178
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/react-admin.cjs.js +1 -1
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +1 -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-lists/List.tsx +1 -1
package/dist/react-admin.es.js
CHANGED
|
@@ -29403,7 +29403,7 @@ const q$ = {}, J$ = Ql(yC, {
|
|
|
29403
29403
|
[e.breakpoints.down("sm")]: {
|
|
29404
29404
|
"&>.MuiStack-root": {
|
|
29405
29405
|
width: "100%",
|
|
29406
|
-
"&>div": {
|
|
29406
|
+
"&>div:not(.MuiStack-root)": {
|
|
29407
29407
|
width: "100%"
|
|
29408
29408
|
}
|
|
29409
29409
|
}
|