Skip to content

Commit

Permalink
Merge pull request Expensify#48537 from software-mansion-labs/categor…
Browse files Browse the repository at this point in the history
…ies-import/column-header-fix

[CP Staging] Fix column header going out of screen
  • Loading branch information
mountiny authored Sep 4, 2024
2 parents db68f8f + c8295d7 commit d2ca1f8
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 d2ca1f8

Please sign in to comment.