Skip to content

Commit 7ebf80b

Browse files
authored
Merge pull request #95019 from lorretheboy/fix/94347
Web - Spend - View button size is different on Reports and Expenses on Spend tab
2 parents aa740d2 + 3c6542d commit 7ebf80b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Search/SearchList/ListItem/ExpenseReportListItemRow/ExpenseReportListItemRowWide.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ function ExpenseReportListItemRowWide({
240240
),
241241
[CONST.SEARCH.TABLE_COLUMNS.ACTION]: (
242242
<View style={[StyleUtils.getReportTableColumnStyles(CONST.SEARCH.TABLE_COLUMNS.ACTION)]}>
243-
<ReportSubmitToPopoverMeasurableAnchor>
243+
<ReportSubmitToPopoverMeasurableAnchor wrapperStyle={styles.w100}>
244244
<DeferredActionCell
245245
action={item.action}
246246
onButtonPress={onButtonPress}

0 commit comments

Comments
 (0)