@gitjain @mikewheaton
The PR #1402 makes tooltips break intra-word for the majority case, which is strings containing breaking characters.
See how the word "April" is broken:

I believe we want overflow-wrap: break-word instead. See: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap
Note: this property is word-wrap in IE.
@gitjain @mikewheaton
The PR #1402 makes tooltips break intra-word for the majority case, which is strings containing breaking characters.
See how the word "April" is broken:

I believe we want
overflow-wrap: break-wordinstead. See: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrapNote: this property is word-wrap in IE.