Fix code block font for event loop diagram#80
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview This keeps ASCII/box-drawing diagrams (e.g. the event loop page) aligned in Chrome. Reviewed by Cursor Bugbot for commit 36b0d4c. Bugbot is set up for automated code reviews on this repo. Configure here. |
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/nodejs-website Please review the changes when you have a chance. Thank you! 🙏 |
|
could you provide before after screenshot because I can't see diff |
avivkeller
left a comment
There was a problem hiding this comment.
Changing the CSS is not the correct approach, rather, the code block should be changed. See #78.
|
Closing this since #78 is already taking the source-diagram approach the review points to. |
Uses the monospace stack for rendered code blocks so box-drawing diagrams stay aligned in Chrome.
Fixes #36.
Checks: