Skip to content

Commit 383f9f4

Browse files
fix: the more button misaligned on company cards page
1 parent 8815437 commit 383f9f4

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
@@ -124,7 +124,7 @@ function WorkspaceCompanyCardsListHeaderButtons({policyID, selectedFeed, shouldS
124124
customText={translate('common.more')}
125125
options={secondaryActions}
126126
isSplitButton={false}
127-
wrapperStyle={styles.flexGrow0}
127+
wrapperStyle={shouldShowAssignCardButton ? styles.flexGrow0 : styles.flex1}
128128
/>
129129
</View>
130130
</View>

0 commit comments

Comments
 (0)