Skip to content

Commit ca5f92f

Browse files
authored
fix: tooltip word break (#18502)
* fix: tooltip word break * fix: removed test story
1 parent c4207e8 commit ca5f92f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/web-components/src/components/tooltip/tooltip.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
}
4040
}
4141

42-
:host(#{prefix}-tooltip-content) {
42+
:host(#{$prefix}-tooltip-content) {
43+
word-break: break-word;
44+
4345
::slotted(.#{$prefix}-tooltip-content) {
4446
@extend .#{$prefix}--tooltip-content;
4547
}

0 commit comments

Comments
 (0)