ChartsCSS / charts.css

Open source CSS framework for data visualization.
https://ChartsCSS.org
MIT License
6.17k stars 175 forks source link

Table Data Cells <td> interfering with responsive Table <table> elements (Safari v15 MacOS) #79

Closed georgezikos closed 1 year ago

georgezikos commented 1 year ago

It's unclear to me if this is a bug related to the browser/version, HTML table elements or this library. The <td> elements in my <table> were preventing responsive resizing as the viewport shrank on Safari v15 (MacOS) and the solution appears to be explicitly declaring word-break: break-all on the table/td elements. This seems to naturally occur on newer/other browsers and doesn't have to be explicit.

I was experiencing this issue even with a fresh implementation of the library, so I don't think it was my implementation, but I could definitely be wrong.

Mostly posting for anyone else breaking their brain over this 😭