mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 17:25:59 +02:00
ui(resources): fix bad spacing on first line of code blocks
This commit is contained in:
@@ -92,6 +92,10 @@ export const MarkdownWrapper = styled.div`
|
||||
background: #192129;
|
||||
}
|
||||
|
||||
pre > code[class*="language-"] {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
pre[class*="language-"] {
|
||||
.token.boolean,
|
||||
.token.number,
|
||||
|
||||
Reference in New Issue
Block a user