Skip to content

Commit

Permalink
Merge pull request #30479 from pradeepmdk/fix/30222-category-longname
Browse files Browse the repository at this point in the history
Category-Long category is truncated although space available
  • Loading branch information
lakchote authored Oct 31, 2023
2 parents f8e77de + a0914cf commit 7efe110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MoneyRequestConfirmationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ function MoneyRequestConfirmationList(props) {
description={translate('common.category')}
onPress={() => Navigation.navigate(ROUTES.MONEY_REQUEST_CATEGORY.getRoute(props.iouType, props.reportID))}
style={[styles.moneyRequestMenuItem]}
titleStyle={styles.flex1}
disabled={didConfirm}
interactive={!props.isReadOnly}
/>
Expand Down

0 comments on commit 7efe110

Please sign in to comment.