-
Notifications
You must be signed in to change notification settings - Fork 147
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
chore: stop increase fee being cutoff when long contract name #5197
Conversation
57c417f
to
e3a6529
Compare
@fbwoolf - I pushed one more commit to solve this issue I also switched from a |
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.
Think this is the wrong solution. It is an interactive element so it should be a button.
Why not just overlay the button on top, by absolutely positioning it on top the TransactionItemLayout
element, instead of using the rightElement
prop?
Yeah, this was the issue with doing the |
e3a6529
to
8a11d05
Compare
Created this issue for problem with tooltips and to fix the nested button runtime error |
This PR adds ellipsis to the contract name caption to stop it moving the
Increase Fee
button out of view for long contract names#5173