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}
|
onClose={this.handleOnClosePopover}
|
||||||
>
|
>
|
||||||
<List
|
<List
|
||||||
size='large'
|
size={isXS ? 'large' : 'small'}
|
||||||
scrollKey='comment_sorting_options'
|
scrollKey='comment_sorting_options'
|
||||||
items={items}
|
items={items}
|
||||||
small
|
|
||||||
/>
|
/>
|
||||||
</PopoverLayout>
|
</PopoverLayout>
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user