Forums

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

Home Forums CSS Table Sizing Re: Table Sizing

#81605
Kestral
Member

In CSS, there is no way to truncate the text as your describing it. ("Item two is…") You’d have to use JavaScript or something else.

You can use overflow: hidden; for a start, though.

Also, if using layout: fixed; I can assume that you can add an !important property to the declarations not applying.

Also, do you have a link to the issue?