Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Sep 5, 2024
1 parent 8a1f0e2 commit d439bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImportColumn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function ImportColumn({column, columnName, columnRoles, columnIndex}: ImportColu

return (
<View style={[styles.importColumnCard, styles.mt4]}>
<Text style={styles.textSupporting}>{columnHeader}</Text>
<Text style={[styles.textSupporting, styles.mw100]}>{columnHeader}</Text>
<View style={[styles.flexRow, styles.alignItemsCenter, styles.mt2]}>
<Text
numberOfLines={2}
Expand Down

0 comments on commit d439bed

Please sign in to comment.