-
Notifications
You must be signed in to change notification settings - Fork 44
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
(Fix) FF truncated text in input #121
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vbaranov
Add token- field decimals became truncated
Why we need input of decimals in section 'add token' ? Decimals defined by contract and could not be changed by user, aren't it?
@dennis00010011b you're completely right. Symbol and decimals are trying to be autofilled from contract address. In the case of successful autofill, we shouldn't allow a user to change decimals and symbol. Thus,
|
I think it should work |
Relates to #112
Truncated text inside of inputs in FF is fixed with decreasing of top and bottom paddings.