Skip to content

Commit

Permalink
fix(namadillo): fixing nam balance container height overflow (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorezende authored Jan 7, 2025
1 parent 741fbec commit 2892467
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const NamBalanceContainer = (): JSX.Element => {
NAM Balance
</Heading>
)}
<div className="flex gap-2 h-full w-full">
<div className="flex gap-2 w-full">
<AtomErrorBoundary
result={[balanceQuery, stakeQuery]}
niceError="Unable to load balances"
Expand Down

1 comment on commit 2892467

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.