Skip to content

Commit

Permalink
Remove horizontal scroll on Campaign details page on mobile (#1746)
Browse files Browse the repository at this point in the history
* Remove horizontal scroll on mobile on Campaign details page

* revert unnecessary change

---------

Co-authored-by: ani-kalpachka <[email protected]>
  • Loading branch information
ani-kalpachka and ani-kalpachka authored Mar 20, 2024
1 parent 2917df7 commit 4a7f158
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default function CampaignInfoStatus({ campaign, showExpensesLink }: Props
sx={{
display: 'flex',
gap: theme.spacing(1),
flexWrap: 'wrap',
margin: theme.spacing(3, 0, 6),
alignItems: 'center',
}}>
Expand Down

0 comments on commit 4a7f158

Please sign in to comment.