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(tooltip): ensure white-space style is not inherited from ancestors to avoid overflow with wrapping text #473

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

DRiFTy17
Copy link
Collaborator

Due to our tooltips being inline in the DOM now, they can inadvertently inherit CSS styles from their ancestors. This fixes a specific issue with overflow when placed inside of an element that could potentially set something like white-space: nowrap but we should be aware of this potential problem for other individual style properties.

@DRiFTy17 DRiFTy17 added patch Increment the patch version when merged @next labels Feb 14, 2024
@DRiFTy17 DRiFTy17 requested a review from a team as a code owner February 14, 2024 22:04
Copy link

stackblitz bot commented Feb 14, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@DRiFTy17 DRiFTy17 added the skip-release Preserve the current version when merged label Feb 15, 2024
@DRiFTy17 DRiFTy17 merged commit 950f39a into next Feb 15, 2024
14 checks passed
@DRiFTy17 DRiFTy17 deleted the next-fix-tooltip-overflow branch February 15, 2024 18:23
Copy link
Contributor

🚀 PR was released in v3.0.0-next.20 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@next patch Increment the patch version when merged prerelease This change relates to a prerelease. skip-release Preserve the current version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants