Skip to content

Commit

Permalink
fix selection list padding bottom in (non)reimbursable pages
Browse files Browse the repository at this point in the history
  • Loading branch information
war-in committed Jul 11, 2024
1 parent 51fe9f1 commit 4285951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function SageIntacctNonReimbursableExpensesPage({policy}: WithPolicyProps) {
ListItem={RadioListItem}
showScrollIndicator
shouldShowTooltips={false}
containerStyle={[styles.flexReset, styles.flexGrow1, styles.flexShrink1]}
containerStyle={[styles.flexReset, styles.flexGrow1, styles.flexShrink1, styles.pb0]}
/>
</OfflineWithFeedback>
<View style={[styles.flexGrow1, styles.flexShrink1]}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function SageIntacctReimbursableExpensesPage({policy}: WithPolicyProps) {
ListItem={RadioListItem}
showScrollIndicator
shouldShowTooltips={false}
containerStyle={[styles.flexReset, styles.flexGrow1, styles.flexShrink1]}
containerStyle={[styles.flexReset, styles.flexGrow1, styles.flexShrink1, styles.pb0]}
/>
</OfflineWithFeedback>
{reimbursable === CONST.SAGE_INTACCT_REIMBURSABLE_EXPENSE_TYPE.EXPENSE_REPORT && (
Expand Down

0 comments on commit 4285951

Please sign in to comment.