Skip to content

Commit

Permalink
Merge pull request #52743 from nkdengineer/fix/52663
Browse files Browse the repository at this point in the history
fix: username, last 4 and limit amount are not aligned on the same line
  • Loading branch information
mountiny authored Nov 20, 2024
2 parents 690aeef + 1bcfe09 commit 7bfb345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/expensifyCard/WorkspaceCardListRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function WorkspaceCardListRow({limit, cardholder, lastFourPAN, name, currency, i
type={CONST.ICON_TYPE_AVATAR}
size={CONST.AVATAR_SIZE.DEFAULT}
/>
<View style={styles.flex1}>
<View style={[styles.flex1, styles.h100]}>
<Text
numberOfLines={1}
style={[styles.optionDisplayName, styles.textStrong, styles.pre]}
Expand Down

0 comments on commit 7bfb345

Please sign in to comment.