Skip to content

Commit 7bfb345

Browse files
authored
Merge pull request #52743 from nkdengineer/fix/52663
fix: username, last 4 and limit amount are not aligned on the same line
2 parents 690aeef + 1bcfe09 commit 7bfb345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/workspace/expensifyCard/WorkspaceCardListRow.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function WorkspaceCardListRow({limit, cardholder, lastFourPAN, name, currency, i
4747
type={CONST.ICON_TYPE_AVATAR}
4848
size={CONST.AVATAR_SIZE.DEFAULT}
4949
/>
50-
<View style={styles.flex1}>
50+
<View style={[styles.flex1, styles.h100]}>
5151
<Text
5252
numberOfLines={1}
5353
style={[styles.optionDisplayName, styles.textStrong, styles.pre]}

0 commit comments

Comments
 (0)