Skip to content

Commit

Permalink
Improve Mobile Support
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Mar 17, 2024
1 parent 3b0efc6 commit bfef58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/txHistory/TransactionEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const TransactionEntry: FC<{ txHash: EtherscanTx }> = ({ txHash }) => {

return (
<div className="p-4 card w-full space-y-3">
<div className="flex justify-between items-center gap-4">
<div className="flex justify-between items-center gap-4 flex-wrap">
<div>
<a
href={'https://etherscan.io/tx/' + txHash.hash}
Expand Down

0 comments on commit bfef58b

Please sign in to comment.