How can I fix this spacing issue?

It’s hard to say like this but if you want to keep the words on one line, you can add white-space: nowrap;on the element.

If there isn’t enough space (difficult to judge because the screenshot doesn’t show context), you’ll have to use overflow properties.

2 Likes