Skip to content

Commit

Permalink
fix misalignment in row
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfirefist committed Nov 13, 2023
1 parent 5633beb commit 907d1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/table/SignAndClaimRowLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function SignAndClaimRowLayout({
rowDisabled ? 'pointer-events-none' : ''
)}
>
<span className="flex min-h-[36px] items-center sm:min-w-[150px]">
<span className="flex min-h-[36px] items-center sm:min-w-[170px]">
<EcosystemRowLabel ecosystem={ecosystem} />
</span>
<span className="flex items-center justify-around gap-2 sm:flex-1 sm:gap-5">
Expand Down

0 comments on commit 907d1ca

Please sign in to comment.