Skip to content

Commit

Permalink
Merge pull request #41421 from Expensify/cmartins-fixButtonWidth
Browse files Browse the repository at this point in the history
Fix dropdown button style on taxes page
  • Loading branch information
luacmartins authored May 1, 2024
2 parents d677ace + 57e3456 commit f7447ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/taxes/WorkspaceTaxesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ function WorkspaceTaxesPage({
shouldAlwaysShowDropdownMenu
pressOnEnter
isSplitButton={false}
style={[isSmallScreenWidth && styles.w50, isSmallScreenWidth && styles.mb3]}
style={[isSmallScreenWidth && styles.flexGrow1, isSmallScreenWidth && styles.mb3]}
/>
);

Expand Down

0 comments on commit f7447ce

Please sign in to comment.