I have tags which as text have links to websites, that is, something like this.
<a href="http://www.asdfasdfasdfasdfasdfasdfasdf.com/asdfassdfasdf....">http://www.asdfasdfasdfasdfasdfasdfasdf.com/asdfassdfasdf....</a>
The problem I have is that when doing the responsive page it overflows, since the URLs are very long (the labels are wider than the container).
I have tried to enter a space in the URLs, so the problem of reducing the size of the display on which it is displayed disappears, but of course I have entered a space, if the display is larger this space is seen.
Then the theme is as follows: Is there any CSS property that allows you to remove all the white spaces in the text of a label and thus avoid having to remove these with JS?