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 Reply To: Table with bootstrap classes – text doesn't wrap

#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?