LearningTypeScript / site

Companion website for the Learning TypeScript book.
https://learningtypescript.com
MIT License
47 stars 11 forks source link

fix: missing padding in projects code block #128

Closed IdoBouskila closed 5 months ago

IdoBouskila commented 8 months ago

PR Checklist

Overview

It looks like the code-container div is injected from twoslash, since we render the code block manually, the code isn't nested inside a code-container div (which is padded).

Seems like it happened due to the changes in #122

Closes #126 ✅