chapoi
August 4, 2025, 9:58am
3
Ah, love me some good old table-behaviour shenanigans.
Added a fix for it here
main ← blockquote-table
merged 02:09PM - 04 Aug 25 UTC
Fix for meta report
https://meta.discourse.org/t/a-table-renders-outside-the-bo… undaries-of-the-post-comment/375689
Broken overflow gets replaced by horizontal scrolling within the table cells. Not ideal either, but better than before and not much alternatives afaik.
| Normal (before) | With fixed layout (after) |
|--------|--------|
| <img width="754" height="769" alt="CleanShot 2025-08-04 at 11 49 29" src="https://github.com/user-attachments/assets/68d040d6-2e0c-45a8-90da-0879d142f1ba" /> | <img width="789" height="751" alt="CleanShot 2025-08-04 at 11 56 09" src="https://github.com/user-attachments/assets/d1e2439b-0a5c-46ce-a282-e205e687f5a1" /> |
Still not elegant, but I don’t think we can achieve something more desirable than this (happy to be proven wrong), and at least all the content is now accessible.
2 Likes