Skip to content

Commit

Permalink
Fix tooltip overflow when displaying long title without space
Browse files Browse the repository at this point in the history
  • Loading branch information
AnhVu23 committed Jan 31, 2025
1 parent 8cf0484 commit 6d25507
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 @@ -10,6 +10,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 6d25507

Please sign in to comment.