Hello,
Unfortunately, this is an issue with the width of your HTML relative to the control. Depending on the controls size you may actually NOT have this issue, but in other cases, with lots of wrapping you will.
So if you want to make it better than wrap your HTML in a div tag.
Like in my example. You can see that the characters are far from the scroll bar.
Note: you should really make the exact width (in my example its 300px) a variable and set that based on the width of the control itself - the size of the scroll bar width - whatever space you want before the scroll bar.
if your app allows people to resize then when your control resizes it will look better, otherwise just hard code it like i did.

Cheers
If you like my answer, please Mark it as Resolved, and give it a thumbs up, so it can help others
Thank You
Michael Gernaey MCT | MCSE | Ex-Microsoft
https://gernaeysoftware.com
LinkedIn: https://www.linkedin.com/in/michaelgernaey