mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
fix(components): add padding-right to markdown code element (#499)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user