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

Fix min width on tooltip #51

Closed
wants to merge 2 commits into from
Closed

Fix min width on tooltip #51

wants to merge 2 commits into from

Conversation

jivey
Copy link
Member

@jivey jivey commented Aug 23, 2024

Super low priority PR... Having a min-width on Tooltip was causing me issues with really narrow viewports, so it seems like removing it would be good? We can close this though if we'd rather target them on the consuming side or there are design concerns (not sure if we have Figma stuff for the tooltips...)

jivey added 2 commits August 23, 2024 06:17
This prevents text from being hidden on narrower viewports.
@jivey jivey requested a review from bethshook August 23, 2024 16:56
@bethshook
Copy link
Contributor

it's possible I added the min-width to deal with the feedback options tooltips so maybe just make sure those are not too weird

@bethshook
Copy link
Contributor

confirmed the radio input tooltips get a little wonky without the minimum. maybe you could just keep the minimum when this is the parent?

Screenshot 2024-08-26 at 5 32 58 PM

@jivey
Copy link
Member Author

jivey commented Aug 27, 2024

Good find... for another idea, maybe I could target an unset/0 rule with a media query matching that min-width so it only collapses when it goes under that.

@jivey
Copy link
Member Author

jivey commented Oct 10, 2024

I think I worked around this issue in assignments so maybe we don't need this

@jivey jivey closed this Oct 10, 2024
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