Skip to content

Commit

Permalink
Merge pull request #25876 from c3024/25562-margin-bottom-2-for-showMo…
Browse files Browse the repository at this point in the history
…re-button

add margin bottom below show more
  • Loading branch information
luacmartins authored Aug 25, 2023
2 parents e572007 + ed09c27 commit 643e2e8
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 @@ -371,7 +371,7 @@ function MoneyRequestConfirmationList(props) {
disabled={didConfirm || props.isReadOnly}
/>
{!showAllFields && (
<View style={[styles.flexRow, styles.justifyContentBetween, styles.mh3, styles.alignItemsCenter]}>
<View style={[styles.flexRow, styles.justifyContentBetween, styles.mh3, styles.alignItemsCenter, styles.mb2]}>
<View style={[styles.shortTermsHorizontalRule, styles.flex1, styles.mr0]} />
<Button
small
Expand Down

0 comments on commit 643e2e8

Please sign in to comment.