fix(components): add padding-right to markdown code element (#499)

This commit is contained in:
ayntgl 2022-01-14 16:49:32 +00:00 committed by GitHub
parent 4224f83035
commit eea4d49743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,6 +97,7 @@
code {
color: white;
font-size: 90%;
padding-right: 1em;
background: var(--block);
border-radius: var(--border-radius);
font-family: var(--monospace-font), monospace;