We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f33f9 commit f38bd9bCopy full SHA for f38bd9b
1 file changed
static/css/v3/code-block.css
@@ -138,7 +138,7 @@ html.dark .code-block-card--grey {
138
padding: 0 var(--space-card) var(--space-card) var(--space-card);
139
font-size: var(--font-size-large);
140
font-weight: var(--font-weight-medium);
141
- line-height: 100%;
+ line-height: var(--line-height-tight);
142
font-family: var(--font-display);
143
color: var(--color-text-primary);
144
}
0 commit comments