@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applica-software-guru/react-admin",
3
- "version": "1.3.177",
3
+ "version": "1.3.178",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -173,7 +173,7 @@ const ApplicaStyledList = styled(RaList, {
173
173
  [theme.breakpoints.down('sm')]: {
174
174
  '&>.MuiStack-root': {
175
175
  width: '100%',
176
- '&>div': {
176
+ '&>div:not(.MuiStack-root)': {
177
177
  width: '100%'
178
178
  }
179
179
  }