@applica-software-guru/react-admin 1.0.72 → 1.0.73
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 +3 -3
- 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 +3 -3
package/package.json
CHANGED
|
@@ -44,9 +44,9 @@ const ApplicaStyledList = styled(RaList, {
|
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
'& .RaList-actions': {
|
|
47
|
-
'& form': {
|
|
48
|
-
|
|
49
|
-
}
|
|
47
|
+
// '& form': {
|
|
48
|
+
padding: theme.spacing(2)
|
|
49
|
+
// }
|
|
50
50
|
},
|
|
51
51
|
'& .RaList-content': {
|
|
52
52
|
// Resolve an issue related to the visualization of the bulk actions toolbar.
|