Updated CommentSortingOptionsPopover list item size (3f6d8bd2c
)
• Updated:
- CommentSortingOptionsPopover list item size (3f6d8bd2c
)
This commit is contained in:
parent
9fe2837539
commit
4f523157c1
@ -90,10 +90,9 @@ class CommentSortingOptionsPopover extends PureComponent {
|
||||
onClose={this.handleOnClosePopover}
|
||||
>
|
||||
<List
|
||||
size='large'
|
||||
size={isXS ? 'large' : 'small'}
|
||||
scrollKey='comment_sorting_options'
|
||||
items={items}
|
||||
small
|
||||
/>
|
||||
</PopoverLayout>
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user