We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d88ed3 commit 3da1bf8Copy full SHA for 3da1bf8
packages/components/src/globals/scss/_tooltip.scss
@@ -138,6 +138,7 @@
138
color: inherit;
139
// overwrite default nowrap behavior
140
white-space: normal;
141
+ word-break: break-word;
142
// In order to pass AAT, opacity must be set to 1 in the default state
143
// On focus/hover use a keyframe animation to mimic transition
144
opacity: 1;
0 commit comments