We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 690aeef + 1bcfe09 commit 7bfb345Copy full SHA for 7bfb345
src/pages/workspace/expensifyCard/WorkspaceCardListRow.tsx
@@ -47,7 +47,7 @@ function WorkspaceCardListRow({limit, cardholder, lastFourPAN, name, currency, i
47
type={CONST.ICON_TYPE_AVATAR}
48
size={CONST.AVATAR_SIZE.DEFAULT}
49
/>
50
- <View style={styles.flex1}>
+ <View style={[styles.flex1, styles.h100]}>
51
<Text
52
numberOfLines={1}
53
style={[styles.optionDisplayName, styles.textStrong, styles.pre]}
0 commit comments