Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #272834

    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!

    #272835

    Hey!

    Try adding this code to the Quick CSS:

    tr > td:first-child {
        min-width: 140px;
    }

    Cheers! 
    Josue

    #272861

    Perfect, thanks so much Josue! :)

    #272862

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Stop dates from wrapping in the table’ is closed to new replies.