mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix: remove word-spacing css rule, so inline code are actually monospace
This commit is contained in:
@@ -794,7 +794,6 @@ mark {
|
||||
letter-spacing: 0;
|
||||
background-color: var(--ls-page-inline-code-bg-color, #eee);
|
||||
color: var(--ls-page-inline-code-color);
|
||||
word-spacing: -0.15em;
|
||||
text-rendering: optimizeSpeed;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user