Skip to content

Commit

Permalink
fix: make list buttons aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove committed Mar 5, 2024
1 parent 99886e5 commit 74d0704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dm-core-plugins/src/list/ListPlugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ export const ListPlugin = (props: IUIPlugin & { config?: TListConfig }) => {
defaultRowsPerPage={internalConfig?.defaultPaginationRowsPerPage}
/>
)}
<div className='flex justify-end grow space-x-2'>
<div className='flex justify-end grow space-x-2 items-center'>
{internalConfig.functionality.add && (
<>
<NewListItemButton
Expand Down

0 comments on commit 74d0704

Please sign in to comment.