I have a template which works as expected. Testing the responsive design mode in browser (and later also on actual device) i noticed one particular piece of content (using the same template as the others) is overflowing on X axis on phone sized screens (overflowing as in screen can be scrolled left and right, content stretches off screen etc)
Eliminating things down on by one i found this seems to be the issue
[Rockefeller Commission](https://en.wikipedia.org/wiki/Advisory_Committee_on_Government_Organization
"Rockefeller Commission")
More specifically it is the Wiki URL. If replaced by some other the issue is gone.
My render-link.html is
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}" {{ end }}{{ if strings.HasPrefix .Destination “http” }} target="_blank" rel=“noopener”{{ end }}>{{ .Text | safeHTML }}
(closing a wont show for some reason)
Is the URL too long? Are there too many underscores in it?
I wont post the direct link to content as it comes across as self advertising. But i did some “testing” and if i change the URL to something else the overflow problem is gone.