Given the following how do i make my last column auto size to its content? (The last column should autosize-width to the content. Suppose i have only 1 li element it should
If you want to make sure that last row does not wrap and thus size the way you want it, have a look at
td { white-space: nowrap; }