mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
fix(markdown): used padding-inline-left for RTL
This commit is contained in:
parent
9c8de2b454
commit
c77213f02f
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
code {
|
||||
color: white;
|
||||
font-size: 90%;
|
||||
padding-right: 1em;
|
||||
padding-inline-end: 1em;
|
||||
background: var(--block);
|
||||
border-radius: var(--border-radius);
|
||||
font-family: var(--monospace-font), monospace;
|
||||
|
|
Loading…
Reference in a new issue