How to wrap text to the next line wrather than overwriting the same line
How to wrap text to the next line wrather than overwriting the same line
I have placed a cloudtable onto a page of my squarespace website. In one multi-line text column I have placed some URLs. When the URLs wrap they don't go to the next line. Instead they overwrite the same line making them unable to be read. How do I get the URLs to go to the next line when they wrap? Note that in my cloudtable preview they go to the next line when they wrap. I am new to cloudtables. I have javascript working on my client side. But don't yet know how to add any sort of code on the server side.
This question has an accepted answers - jump to answer
Answers
Hi,
Are you able to give me a link to your SquareSpace page so I can take a look at the CSS on the page to see what is going wrong?
Thanks,
Allan
https://philipmarksart.com/pjonly/
In site.css, there is a CSS rule for the
body
that has:That is the issue. It should really be:
or similar.
Allan
That worked great thanks!