Skip to content

Commit

Permalink
fixed numberinput formatting bug on Firefox (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikestarrdev authored Jan 23, 2024
1 parent 19fa8a8 commit 11b1370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/staking/NumberInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const NumberInput = ({
},
})}
className={twJoin(
"items-right w-1/5 bg-transparent text-right min-w-fit",
"items-right bg-transparent text-right w-1/5 min-w-full",
"font-mono font-medium text-white text-[28px]",
"focus-visible:outline-none disabled:text-opacity-50",
)}
Expand Down

0 comments on commit 11b1370

Please sign in to comment.