-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
update the position of the tooltip and set it near the label text #12779
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
src/components/FindWallet/WalletTable/WalletMoreInfoCategory.tsx
Outdated
Show resolved
Hide resolved
src/components/FindWallet/WalletTable/WalletMoreInfoCategory.tsx
Outdated
Show resolved
Hide resolved
Circling through, still seeing buggy positioning... going to switch this to draft mode. |
Just to confirm what you mean by buggy positioning @wackerow, is it because the Tooltip icon is aligning with the top of the text, and not center? |
@corwintines I'm seeing this ..with the info icon for "Hardware wallet support" on it's own line |
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.
LGTM, thanks @Dharmik79!
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.
Going to revert the alignment adjustment for the containing flex box, then pull this in
src/components/FindWallet/WalletTable/WalletMoreInfoCategory.tsx
Outdated
Show resolved
Hide resolved
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.
Okay, LGTM! Thanks @Dharmik79
Description
Added the tooltip inside the feature label text and made the list item aligned horizontally
Preview URL
https://deploy-preview-12779--ethereumorg.netlify.app/en/wallets/find-wallet
Related issue