Skip to content

Commit

Permalink
fix to display limited for token with long symbol (#2564)
Browse files Browse the repository at this point in the history
  • Loading branch information
tienkane authored Dec 9, 2024
1 parent 518f7a5 commit e34322c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CurrencyInputPanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export const StyledTokenName = styled.span<{ tight?: boolean; active?: boolean;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 145px;
@media only screen and (max-width: 445px) {
max-width: 102px;
Expand Down

0 comments on commit e34322c

Please sign in to comment.