Skip to content

Commit

Permalink
Merge pull request #34197 from aswin-s/fix/issue-33542
Browse files Browse the repository at this point in the history
fix: items in workspace member invite list not occupying full width
  • Loading branch information
roryabraham authored Feb 1, 2024
2 parents 12cf5dc + efb6dd3 commit f0f70f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SelectionList/UserListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function UserListItem({item, textStyles, alternateTextStyles, showTooltip, style
showTooltip={showTooltip}
/>
)}
<View style={[styles.flex1, styles.flexColumn, styles.justifyContentCenter, styles.alignItemsStart, styles.optionRow]}>
<View style={[styles.flex1, styles.flexColumn, styles.justifyContentCenter, styles.alignItemsStretch, styles.optionRow]}>
<Tooltip
shouldRender={showTooltip}
text={item.text}
Expand Down

0 comments on commit f0f70f0

Please sign in to comment.