Skip to content

Commit

Permalink
Merge pull request #1789 from AnhVu23/fix-tooltip-overflow
Browse files Browse the repository at this point in the history
Fix tooltip overflow when displaying long title without space
  • Loading branch information
envex authored Feb 3, 2025
2 parents a648037 + 6d25507 commit 7a02eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/polaris-viz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
### Fixed

- Double formatting in Donut Chart label calculations
- Changed `<TooltipTitle />` to avoid overflow when displaying long titles without spaces.

## [15.6.1] - 2024-12-18

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
font-weight: 500;
line-height: 20px;
margin: 0;
overflow-wrap: break-word;
}

0 comments on commit 7a02eb8

Please sign in to comment.