Skip to content

Commit 5b2de95

Browse files
authored
Merge pull request Expensify#64208 from linhvovan29546/fix/63524-the-more-button-misaligned-on-company-cards
fix: the more button misaligned on company cards page
2 parents 090a8dd + 383f9f4 commit 5b2de95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/workspace/companyCards/WorkspaceCompanyCardsListHeaderButtons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function WorkspaceCompanyCardsListHeaderButtons({policyID, selectedFeed, shouldS
137137
customText={translate('common.more')}
138138
options={secondaryActions}
139139
isSplitButton={false}
140-
wrapperStyle={styles.flexGrow0}
140+
wrapperStyle={shouldShowAssignCardButton ? styles.flexGrow0 : styles.flex1}
141141
/>
142142
</View>
143143
</View>

0 commit comments

Comments
 (0)