Skip to content

Commit

Permalink
Fix empty list page design
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Mar 12, 2024
1 parent 6cf7bed commit ff26735
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ra-ui-materialui/src/list/ListView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -358,5 +358,7 @@ const Root = styled('div', {

[`& .${ListClasses.actions}`]: {},

[`& .${ListClasses.noResults}`]: {},
[`& .${ListClasses.noResults}`]: {
flex: 1,
},
}));

0 comments on commit ff26735

Please sign in to comment.