ScrollableList: replace margins with padding

This commit is contained in:
Alex Gleason
2022-04-22 12:24:09 -05:00
parent a8c306e62b
commit ae48cb2c06
12 changed files with 41 additions and 14 deletions

View File

@@ -116,7 +116,8 @@ class UserIndex extends ImmutablePureComponent {
showLoading={showLoading}
onLoadMore={this.handleLoadMore}
emptyMessage={intl.formatMessage(messages.empty)}
className='mt-4 space-y-4'
className='mt-4'
itemClassName='pb-4'
>
{accountIds.map(id =>
<AccountContainer key={id} id={id} withDate />,