Skip to content

Commit

Permalink
Left align tx id column
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored and mvines committed Jun 12, 2020
1 parent 22cb748 commit 35a089b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/src/components/TransactionsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function TransactionsCard() {
<table className="table table-sm table-nowrap card-table">
<thead>
<tr>
<th className="text-muted text-center">
<th className="text-muted">
<span className="fe fe-hash"></span>
</th>
<th className="text-muted">Status</th>
Expand Down

0 comments on commit 35a089b

Please sign in to comment.