Skip to content

Commit 7a02eb8

Browse files
authored
Merge pull request #1789 from AnhVu23/fix-tooltip-overflow
Fix tooltip overflow when displaying long title without space
2 parents a648037 + 6d25507 commit 7a02eb8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: packages/polaris-viz/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
3737
### Fixed
3838

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

4142
## [15.6.1] - 2024-12-18
4243

Diff for: packages/polaris-viz/src/components/TooltipContent/components/TooltipTitle/TooltipTitle.scss

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
font-weight: 500;
44
line-height: 20px;
55
margin: 0;
6+
overflow-wrap: break-word;
67
}

0 commit comments

Comments
 (0)