Is there a way to make the middle table cell adjust its width based on the content inside it?
I've managed to do this for a table cell at the end using: width:1px; white-space:nowrap;
But I can't seem to achieve the same effect for a middle table cell. Any suggestions would be appreciated.
Note: I'm aware that flexbox makes this easy, but I prefer a non-flexbox solution.
Image provided below for reference.