Using Angular4, I've come across an odd issue where one of my span
elements is adding an extra space to the end of words like this:
https://i.stack.imgur.com/H4TD7.png
The only CSS properties that are set include font-family
, -webkit-font-smoothing
, line-height
, and box-sizing
.
I attempted to change the word-spacing
and white-space
properties, but the issue persisted. This problem is new to me, so any advice or input on how to resolve it would be greatly appreciated.