I have an annoying HTML/CSS issue. I have a <p> tag with text between it. The <p> tag is quite small, basically the size of an iPhone screen. Now when that <p> tag with the text inside is displayed, the some of the text have unwanted spaces between them:
Example:
My text has irregular spacing
It is kinda annoying for
me, can anyone please assist me.
Note: I did try using
text-align: justify; and
word-spacing: 3px;
but it does not help
Thanks!
It’s because of
If you change it to
then it’ll be gone.