Skip to content

Commit

Permalink
Adjust height to be uniform across tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
milosdes committed Jan 7, 2025
1 parent 8ef31a2 commit 0561d41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ export const Fees = ({
/>
:
<div>
<div style={{height: 25}}></div>
<div style={{height: 29}}></div>
</div>}
</div>
{selectedSubtab == FeesSubtabValues.PROCESSINGFEE && <CFRFormStatus
Expand Down

0 comments on commit 0561d41

Please sign in to comment.