Updated styling of loading indicator in list
• Updated: - styling of loading indicator in list so its the same height as LoadMore
This commit is contained in:
@@ -256,9 +256,7 @@ export default class ScrollableList extends PureComponent {
|
||||
{loadMore}
|
||||
{
|
||||
isLoading &&
|
||||
<div className={[_s.default, _s.alignItemsCenter].join(' ')}>
|
||||
<Icon id='loading' />
|
||||
</div>
|
||||
<ColumnIndicator type='loading' />
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user