I am facing an issue with a table inside a div container where the content exceeds the container size.
Interestingly, in Internet Explorer, the parent containers automatically expand to fit the table content.
However, in Firefox, the div container only widens to a certain limit and I am unable to extend it further.
I prefer not to use CSS overflow property to scroll or clip the content. Instead, I want the parent containers to adjust their size based on the table content length.
You can visualize the problem by checking out this fiddle. To experience the issue, you will need to reduce the browser window size. It's strange that the problem shows up in the fiddle but not when I run the code locally on my computer.
If anyone has a solution for this particular problem, please share your thoughts.
Thank you, Tedderz