Skip to content

Commit

Permalink
Merge pull request #46689 from nkdengineer/fix/46664
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins authored Aug 2, 2024
2 parents 30cfaef + 9eb969c commit a6ab91e
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/pages/Search/SearchStatusMenuNarrow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,14 @@ function SearchStatusMenuNarrow({statusMenuItems, activeItemIndex, title}: Searc
src={menuIcon}
fill={theme.icon}
/>
<Text
numberOfLines={1}
style={[styles.textStrong]}
>
{menuTitle}
</Text>
<View style={styles.flex1}>
<Text
numberOfLines={1}
style={[styles.textStrong]}
>
{menuTitle}
</Text>
</View>
<Icon
src={Expensicons.DownArrow}
fill={theme.icon}
Expand Down

0 comments on commit a6ab91e

Please sign in to comment.