mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
fix(components): add padding-right to markdown code element (#499)
This commit is contained in:
parent
4224f83035
commit
eea4d49743
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@
|
||||||
code {
|
code {
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
|
padding-right: 1em;
|
||||||
background: var(--block);
|
background: var(--block);
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
font-family: var(--monospace-font), monospace;
|
font-family: var(--monospace-font), monospace;
|
||||||
|
|
Loading…
Reference in a new issue