Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Table with bootstrap classes – text doesn't wrap

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #236778
    matthisco
    Participant

    Hello,

    My table with bootstrap classes doesn’t play well on smaller resolution, the paragraph of text pushes the columns out.

    I have col-md-2, and col-md-4 classes on my table cell class.

    Is there any way I can get the text to wrap?

    Many thanks

    Codepen:

    http://codepen.io/matthisco/pen/MKvzWV

    #236781
    matthisco
    Participant

    Looks like the problem occurs when viewport resizes below 99spx.

    @media (min-width: 992px)
    .col-md-4 {
        width: 33.33333%;
    }
    

    Any ideas how I could fix this?

    #236783
    Paulie_D
    Member

    Change the font-size in the table as part of the media query?

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.