Skip to content
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: Hashnode table width #1061

Merged
merged 3 commits into from
Nov 14, 2024
Merged

fix: Hashnode table width #1061

merged 3 commits into from
Nov 14, 2024

Conversation

scissorsneedfoodtoo
Copy link
Contributor

Checklist:

Currently Hashnode tables don't have a fixed width, so they overflow from the main content container on the page making them impossible to read.

Here is a Hashnode sourced post with a table showing this issue: https://www.freecodecamp.org/news/javascript-keycode-list-keypress-event-key-codes/

This fix combines some existing styling for tables and sets a max-width for divs with the hn-table class, which should fix the issue.

@scissorsneedfoodtoo scissorsneedfoodtoo marked this pull request as ready for review November 14, 2024 10:19
@scissorsneedfoodtoo scissorsneedfoodtoo requested a review from a team as a code owner November 14, 2024 10:19
@naomi-lgbt naomi-lgbt merged commit 0b610f4 into main Nov 14, 2024
17 checks passed
@naomi-lgbt naomi-lgbt deleted the fix/hashnode-tables branch November 14, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants