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

update the position of the tooltip and set it near the label text #12779

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

Dharmik79
Copy link

Description

Added the tooltip inside the feature label text and made the list item aligned horizontally [Fixes #12643]

Copy link

netlify bot commented Apr 19, 2024

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit e33288a
🔍 Latest deploy log https://app.netlify.com/sites/ethereumorg/deploys/6641c9cd9e9c520008d81af2
😎 Deploy Preview https://deploy-preview-12779--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 31 (🔴 down 25 from production)
Accessibility: 93 (🟢 up 1 from production)
Best Practices: 92 (🔴 down 6 from production)
SEO: 100 (🟢 up 5 from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -87,20 +88,19 @@ export const WalletMoreInfoCategory = ({
<ListIcon as={FeatureIcon}></ListIcon>

<Text px={1} lineHeight={1}>
{feature.label}
{feature.label}&nbsp;
Copy link
Member

Choose a reason for hiding this comment

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

☹️ This is pesky... I'm still seeing this wrap. Made some adjustments locally but only getting it to work on Safari but not Brave.
In either case, I would stick with either the non-breaking space, or the margin (ms="2" below) but not both... I'm still not sure of a clean way to do this for all browsers.

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.

Bug report: poor tooltip position - find wallet
2 participants