Skip to content

Commit

Permalink
Merge pull request #31048 from Krishna2323/krishna2323/issue/30039
Browse files Browse the repository at this point in the history
fix: No space between description & show more option
  • Loading branch information
roryabraham authored Nov 8, 2023
2 parents 13ff2ac + 1e1b83c commit 2e156ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MoneyRequestConfirmationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ function MoneyRequestConfirmationList(props) {
numberOfLinesTitle={2}
/>
{!shouldShowAllFields && (
<View style={[styles.flexRow, styles.justifyContentBetween, styles.mh3, styles.alignItemsCenter, styles.mb2]}>
<View style={[styles.flexRow, styles.justifyContentBetween, styles.mh3, styles.alignItemsCenter, styles.mb2, styles.mt1]}>
<View style={[styles.shortTermsHorizontalRule, styles.flex1, styles.mr0]} />
<Button
small
Expand Down

0 comments on commit 2e156ea

Please sign in to comment.