Skip to content

Commit

Permalink
Merge pull request #8504 from marmelab/fix-bulk-actions-margin
Browse files Browse the repository at this point in the history
Fix BullkActionButtons positioning
  • Loading branch information
djhi authored Dec 13, 2022
2 parents a3435cf + cd802be commit 8423858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/list/BulkActionsToolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const Root = styled('div', {
},

[`& .${BulkActionsToolbarClasses.topToolbar}`]: {
paddingBottom: 0,
paddingBottom: theme.spacing(1),
minHeight: 'auto',
},

Expand Down

0 comments on commit 8423858

Please sign in to comment.