Forums

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

Home Forums CSS Prevent line break in table cells Re: Prevent line break in table cells

#78664
Damion
Member

You could set it in the css for all tr’s


table tr {
white-space:nowrap;
}