Skip to content

Commit

Permalink
added auto width to search three dot menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshmangwani committed Oct 24, 2024
1 parent 56636e7 commit 7a506fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Search/SavedSearchItemThreeDotMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function SavedSearchItemThreeDotMenu({menuItems, isDisabledItem}: SavedSearchIte
horizontal: CONST.MODAL.ANCHOR_ORIGIN_HORIZONTAL.LEFT,
vertical: CONST.MODAL.ANCHOR_ORIGIN_VERTICAL.TOP,
}}
iconStyles={styles.wAuto}
/>
</View>
);
Expand Down

0 comments on commit 7a506fa

Please sign in to comment.