Skip to content

Reset pre code::after with content none to get rid of too high bottom padding #77

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

Closed
krompaco opened this issue Oct 15, 2020 · 1 comment · Fixed by #125
Closed

Reset pre code::after with content none to get rid of too high bottom padding #77

krompaco opened this issue Oct 15, 2020 · 1 comment · Fixed by #125

Comments

@krompaco
Copy link

I think this would be a better default than the "" that is there now.

'pre code::after': {
  content: 'none',
},
@krompaco krompaco changed the title Reset pre code::after with content none to get rid of empty too high bottom padding Reset pre code::after with content none to get rid of too high bottom padding Oct 15, 2020
@jacobdalamb
Copy link

Now this a real issue, yeah there's unnecessary space on the bottom padding of 'pre code::after'

RobinMalfait added a commit that referenced this issue Jan 8, 2021
RobinMalfait added a commit that referenced this issue Jan 8, 2021
* use `content: none;` instead of `content: '';`

Closes: #41
Closes: #77

* bump dependencies
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 a pull request may close this issue.

2 participants