Hi there! Could you please let me know the ccs for making the dates stop wrapping when using the Table Builder? For example, on the page (sent in private content) November 7, 2012 is on 2 lines and has to be on one line. Thanks so much!
Hey!
Try adding this code to the Quick CSS:
tr > td:first-child {
min-width: 140px;
}
Cheers!
Josue
Perfect, thanks so much Josue! :)
You are welcome, always glad to help :)
Regards,
Josue