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

pull/1049/head
ayntgl 2022-01-14 16:49:32 +00:00 committed by GitHub
parent 9de4bef73e
commit a64688841f
1 changed files with 1 additions and 0 deletions

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;