Skip to content

Commit

Permalink
chore: review
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Apr 13, 2023
1 parent 446096e commit 582893f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const ComposerBoxPopup = <
{title}
</Box>
)}
<Box pb='x8' maxHeight='20rem'>
<Box pb='x8' maxHeight='x320'>
{!isLoading && itemsFlat.length === 0 && <Option>{t('No_results_found')}</Option>}
{itemsFlat.map((item, index) => {
return (
Expand Down

0 comments on commit 582893f

Please sign in to comment.