Skip to content

Commit

Permalink
fix: username, last 4 and limit amount are not aligned on the same line
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Nov 19, 2024
1 parent f77087f commit 1bcfe09
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 1bcfe09

Please sign in to comment.