Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

chore: keep input size when has no balance #364

Merged
merged 1 commit into from
Jul 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/app/src/systems/Core/components/CoinBalance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const CoinBalance = ({
}, [balances, coin?.assetId]);

return (
<div className="flex items-center justify-end gap-2 mt-2 whitespace-nowrap">
<div className="flex items-center justify-end gap-2 mt-2 whitespace-nowrap min-h-[18px]">
{showBalance && (
<div
className="text-xs text-gray-400"
Expand Down