Skip to content

Commit

Permalink
fix: overflow token button
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Sep 28, 2023
1 parent 7349fc9 commit eb25bfb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/shared/components/src/Inputs/TokenInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,9 @@ export const TokenInput = forwardRef<HTMLInputElement, TokenInputProps>(
<Box
sx={{
display: 'flex',
alignItems: 'center',
justifyContent: 'space-between',
gap: 1,
overflow: 'hidden',
whiteSpace: 'nowrap',
}}
>
<BigIntInput
Expand Down

0 comments on commit eb25bfb

Please sign in to comment.