I am using html tables in my admin panel. Currently, when the row is large, my table spans out of the container in a small browser window:
I would like the table row not to span out of the container when it gets so small that is unable to fit s in one row. The desired behavior is that s that don't fit apper on the next line.
Can this be achieved and how?