Skip to content

Commit 9fa14a6

Browse files
authored
Fixed UI Components Misalignment in Funds Section of Org (#3144)
1 parent e31085a commit 9fa14a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

3141

Whitespace-only changes.

src/screens/OrganizationFunds/OrganizationFunds.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ const organizationFunds = (): JSX.Element => {
300300
<Button
301301
tabIndex={-1}
302302
className={`${styles.searchButton} `}
303-
style={{ marginBottom: '9px' }}
303+
style={{ marginBottom: '0px' }}
304304
data-testid="searchBtn"
305305
>
306306
<Search className={styles.searchIcon} />
@@ -339,7 +339,7 @@ const organizationFunds = (): JSX.Element => {
339339
variant="success"
340340
onClick={() => handleOpenModal(null, 'create')}
341341
className={styles.createButton}
342-
style={{ marginTop: '11px' }}
342+
style={{ marginTop: '0px' }}
343343
data-testid="createFundBtn"
344344
>
345345
<i className={'fa fa-plus me-2'} />

0 commit comments

Comments
 (0)