-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
Misaligned first code line in code blocks #447
Comments
The issue seems to be caused by this css layout: anatole/assets/scss/partials/components/_post.scss Lines 76 to 85 in 1ac4541
the |
Adding this css code into .post__content code {
line-height: 1.9rem;
display: inline-block;
} |
@xjasonlyu Is this issue still current? |
Yes, it still exists. |
Taking the demo site as an example, the first line in the code block is slightly misaligned compared to the rest:
This issues applies to all the clode blocks and styles too.
The text was updated successfully, but these errors were encountered: