Updated CommentSortingOptionsPopover list item size (3f6d8bd2c)

• Updated:
- CommentSortingOptionsPopover list item size (3f6d8bd2c)
This commit is contained in:
mgabdev 2020-07-24 18:58:21 -05:00
parent 9fe2837539
commit 4f523157c1

View File

@ -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>
)