Hi,
I’m making a simple page that returns quotes based on search criteria. That is, I defined a table and connected it to the database, and filter it based on the input searched…
Some of the quotes I display take two lines or more and therefore being truncated when presented in the table.
is there a way to make the TDs wrap the text? I know it’s possible on native HTML with " overflow-wrap: break-word; " but not sure how to implement it when the table is provided by Wix.
Thank you,
Ald