-
Notifications
You must be signed in to change notification settings - Fork 118
Fix table overflow issue on Chromium browsers #1607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix table overflow issue on Chromium browsers #1607
Conversation
…wsers on small devices
✅ Deploy Preview for codingtrain ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Are the before after images swapped? 😄 |
Now it's looking good … 😂 |
@fturmel Thank you for the proposed solution. I agree that using table-layout:fixed is not the best approach here . Updated with new solution . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks!
Amazing, thank you!! |
Description
This PR fixes an issue where the table on the "Maintaining the Website Guide" page overflows due to the YouTube URL not wrapping on Chromium-based browsers. The issue was mentioned in this comment.
Steps to Reproduce
Expected Behavior
The table should display correctly, with the YouTube URLs wrapping to the next line if they exceed the table cell width.
Actual Behavior
On Chromium-based browsers, the YouTube URLs do not wrap, causing the table to overflow horizontally.
Screenshots
Testing