Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(swap): fixed issue with circle size when text is too wide #3367

Merged
merged 1 commit into from
Jul 19, 2021

Conversation

milan-bc
Copy link
Collaborator

Description (optional)

This tiny PR solve CSS issue

Testing Steps (optional)

Login with wallet which contains swap account with huge amount of money make sure that circle looks as expected
image

@@ -62,6 +62,7 @@ const CircleBorder = styled.div`
justify-content: center;
align-items: center;
width: 24px;
min-width: 24px;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is actually the fix

@milan-bc milan-bc merged commit f1c5c51 into development Jul 19, 2021
@milan-bc milan-bc deleted the chore/swap-select-account-fix branch July 19, 2021 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants