Skip to content

Commit

Permalink
Fix Header alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
carkom committed Jul 28, 2023
1 parent d3e5362 commit 1174bbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ const TransactionHeader = memo(
}
/>
{showBalance && <Cell value="Balance" width={88} textAlign="right" />}
{showCleared && <Field width={30} truncate={false} />}
{showCleared && <Field width={23} truncate={false} />}
<Cell value="" width={5 + scrollWidth ?? 0} />
</Row>
);
Expand Down

0 comments on commit 1174bbf

Please sign in to comment.