Cell wrap in a table column

Is there a way I can wrap the text in the second row of the column?
image
The difference between the 2 is that the first row contents have spacing in the messaging, the second row doesnt, like a web address. Curious if it would be a transform? I didnt notice a wrap function on the row props.

One way is to use an embedded view containing a label set up as shown below:
Table break word

Using the Markdown component instead will let you add hyperlinks, and do markdown formatting within the view. Using [display text](url) in the markdown would solve the ugliness of break-word too.

I will defiantly look into the markdown. I was curious about the table. Thank you sir.

Add the work-break css.

3 Likes

Would I add that as a style class?