Hi, can anyone please solve this.
whenever adding the large link in tooltip string the text alignment issue is throwing.
<button tooltip="https://github.com/zyra/ionic-tooltips-example/blob/master/src/pages/home/home.html" positionV="bottom" positionH="right" [arrow]="showArrow" [event]="tooltipEvent" [duration]="5000"></button>
The output is getting below so that I want to use the word-break property in CSS to solve this issue in the mobile view. Can anyone please tell how to add the word-break property in the tooltip styles

Hi, can anyone please solve this.
whenever adding the large link in tooltip string the text alignment issue is throwing.
The output is getting below so that I want to use the word-break property in CSS to solve this issue in the mobile view. Can anyone please tell how to add the word-break property in the tooltip styles