Table Data Cells <td> interfering with responsive Table <table> elements (Safari v15 MacOS) #80
georgezikos
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 declaringword-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 😭
Beta Was this translation helpful? Give feedback.
All reactions