mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Apply editor-font-family to all code in notebooks (#157554)
Apply editor-font-family to all `code` in notebook Fixes #146696 This matches what we do in the markdown preview
This commit is contained in:
@@ -259,11 +259,10 @@ export const activate: ActivationFunction<void> = (ctx) => {
|
||||
|
||||
code {
|
||||
font-size: 1em;
|
||||
font-family: var(--vscode-editor-font-family);
|
||||
}
|
||||
|
||||
pre code {
|
||||
font-family: var(--vscode-editor-font-family);
|
||||
|
||||
line-height: 1.357em;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user