Skip to content

Commit 8423858

Browse files
authored
Merge pull request #8504 from marmelab/fix-bulk-actions-margin
Fix BullkActionButtons positioning
2 parents a3435cf + cd802be commit 8423858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-ui-materialui/src/list/BulkActionsToolbar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const Root = styled('div', {
141141
},
142142

143143
[`& .${BulkActionsToolbarClasses.topToolbar}`]: {
144-
paddingBottom: 0,
144+
paddingBottom: theme.spacing(1),
145145
minHeight: 'auto',
146146
},
147147

0 commit comments

Comments
 (0)