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

Line number fix #79

Merged
merged 2 commits into from
Sep 24, 2019
Merged

Conversation

RunDevelopment
Copy link
Member

@RunDevelopment RunDevelopment commented Jun 18, 2019

This fixes prism#1946.

The problem was that the <code> element nested inside the <pre> element has to have the same font size as the pre. I added a little rule to nearly every theme to enforce just this.

pre > code[class*="language-"] {
	font-size: 1em;
}

This also enforces tabs for indentation for all theme.

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.

Not the good number of lines
2 participants