Skip to content

Commit

Permalink
fix(component/tooltip): update word-break to avoid cutting word in ha…
Browse files Browse the repository at this point in the history
…lf (#1562)
  • Loading branch information
remylabittelm committed Mar 6, 2024
1 parent 462e169 commit 6e41577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/components/_c.tooltip.scss
Expand Up @@ -35,7 +35,7 @@
white-space: normal;
z-index: 1000;
border: get-border("s") solid $color-tooltip-border;
word-break: break-all;
word-break: break-word;

// MS Issue : IE10, IE11 don't support intrinsic widths
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
Expand Down

0 comments on commit 6e41577

Please sign in to comment.