Skip to content

Commit

Permalink
padding adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanad94 committed Nov 10, 2023
1 parent 4af3ac1 commit 077869d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sensenet/src/components/content-list/content-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ export const ContentList = <T extends GenericContent = GenericContent>(props: Co
top: 'auto',
height: 'auto',
overflow: 'initial',
padding: '10px 0px',
padding: '5px 0px',
},
onRowDoubleClick: onItemDoubleClickFunc,
disableHeader: props.hideHeader,
Expand Down

0 comments on commit 077869d

Please sign in to comment.