diff --git a/src/components/SelectionList/ChatListItem.tsx b/src/components/SelectionList/ChatListItem.tsx index 4807aa7760c8..d6ce930d0ec7 100644 --- a/src/components/SelectionList/ChatListItem.tsx +++ b/src/components/SelectionList/ChatListItem.tsx @@ -67,9 +67,11 @@ function ChatListItem({ const pressableStyle = [ styles.selectionListPressableItemWrapper, styles.textAlignLeft, + styles.overflowHidden, // Removing background style because they are added to the parent OpacityView via animatedHighlightStyle styles.bgTransparent, item.isSelected && styles.activeComponentBG, + styles.mh0, item.cursorStyle, ]; return (