Is there a way to align the headers of a table element with the text? I'm also wondering if it is possible to wrap the table header text. I've seen some clever arcade solutions for the table text but don't see a way to implement something similar for the header text.
Solved! Go to Solution.
ARIEL!!!! 👋
How are you?
You can throw some simple HTML directly into the Header box and it will be respected. Just add a <br> tag where you want the text to move to a new line.
ARIEL!!!! 👋
How are you?
You can throw some simple HTML directly into the Header box and it will be respected. Just add a <br> tag where you want the text to move to a new line.
@JenniferAcunto you're the best! Thank you!!! Adding the <br> and using some styling in a <span> solved both my issues