Skip to content

Commit

Permalink
Fixed UI Components Misalignment in Funds Section of Org (#3144)
Browse files Browse the repository at this point in the history
  • Loading branch information
yugal07 authored Jan 4, 2025
1 parent e31085a commit 9fa14a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file added 3141
Empty file.
4 changes: 2 additions & 2 deletions src/screens/OrganizationFunds/OrganizationFunds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ const organizationFunds = (): JSX.Element => {
<Button
tabIndex={-1}
className={`${styles.searchButton} `}
style={{ marginBottom: '9px' }}
style={{ marginBottom: '0px' }}
data-testid="searchBtn"
>
<Search className={styles.searchIcon} />
Expand Down Expand Up @@ -339,7 +339,7 @@ const organizationFunds = (): JSX.Element => {
variant="success"
onClick={() => handleOpenModal(null, 'create')}
className={styles.createButton}
style={{ marginTop: '11px' }}
style={{ marginTop: '0px' }}
data-testid="createFundBtn"
>
<i className={'fa fa-plus me-2'} />
Expand Down

0 comments on commit 9fa14a6

Please sign in to comment.