Skip to content

Commit

Permalink
Added flexWrap as well
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayasalvi committed Nov 29, 2021
1 parent 39e2b18 commit 8ab60be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AttachmentView.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const AttachmentView = (props) => {
<View style={styles.mr2}>
<Icon src={Expensicons.Paperclip} />
</View>
<Text style={[styles.textStrong, styles.flexShrink1, styles.breakAll, styles.mw100]}>{props.file && props.file.name}</Text>
<Text style={[styles.textStrong, styles.flexShrink1, styles.breakAll, styles.flexWrap, styles.mw100]}>{props.file && props.file.name}</Text>
{props.shouldShowDownloadIcon && (
<View style={styles.ml2}>
<Tooltip text={props.translate('common.download')}>
Expand Down

0 comments on commit 8ab60be

Please sign in to comment.