ScrollableList: replace margins with padding
This commit is contained in:
@@ -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 />,
|
||||
|
||||
Reference in New Issue
Block a user