File tree 2 files changed +3
-6
lines changed
react/src/components/Tooltip
styles/scss/components/tooltip 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright IBM Corp. 2016, 2023
2
+ // Copyright IBM Corp. 2016, 2025
3
3
//
4
4
// This source code is licensed under the Apache-2.0 license found in the
5
5
// LICENSE file in the root directory of this source tree.
47
47
.sb-definition-tooltip p {
48
48
@include type .type-style (' body-short-02' );
49
49
}
50
-
51
- .cds--tooltip-content {
52
- overflow-wrap : break-word ;
53
- }
Original file line number Diff line number Diff line change 1
1
//
2
- // Copyright IBM Corp. 2016, 2023
2
+ // Copyright IBM Corp. 2016, 2025
3
3
//
4
4
// This source code is licensed under the Apache-2.0 license found in the
5
5
// LICENSE file in the root directory of this source tree.
@@ -36,6 +36,7 @@ $tooltip-padding-inline: custom-property.get-var(
36
36
37
37
padding : $tooltip-padding-block $tooltip-padding-inline ;
38
38
max-inline-size : convert .to-rem (288px );
39
+ overflow-wrap : break-word ;
39
40
}
40
41
}
41
42
You can’t perform that action at this time.
0 commit comments