I have a page where we are storing API keys in table for customers to copy, however the problem is they will not wrap given there are no spaces in the key strings.
Any suggestions?
Thanks,
Brent
Hi brentd99,
Please try the following in Quick CSS under Enfold–>General Styling:
td {
word-wrap: break-word !important;
}
Thanks,
Rikard
Thanks Rikard. I added the CSS but it doesn’t seem to help. I think the problem might be that the tables are not responsive.
Brent