Is there an existing issue for this?
Current Behavior
When a tooltip string expands the length of the tooltip div, it auto-wraps the content to fit. However when breaking the lines, it is breaking apart the characters of the word, rather than breaking on the word itself.
Current Output:

Expected Behavior
Tooltip should break on complete words, not break on the intermediate characters of a word.
Correct Output:

Steps to reproduce
- Add a Text Input Control to your application.
- Add a long tooltip to the control.
- Hover over the control.
Environment
Lowcoder 2.0.1
Additional Information
No response
Is there an existing issue for this?
Current Behavior
When a tooltip string expands the length of the tooltip div, it auto-wraps the content to fit. However when breaking the lines, it is breaking apart the characters of the word, rather than breaking on the word itself.
Current Output:

Expected Behavior
Tooltip should break on complete words, not break on the intermediate characters of a word.
Correct Output:

Steps to reproduce
Environment
Lowcoder 2.0.1
Additional Information
No response