mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
@@ -159,13 +159,15 @@ export const activate: ActivationFunction<void> = (ctx) => {
|
||||
border-left-style: solid;
|
||||
}
|
||||
|
||||
code,
|
||||
.code {
|
||||
code {
|
||||
font-size: 1em;
|
||||
line-height: 1.357em;
|
||||
}
|
||||
|
||||
.code {
|
||||
pre code {
|
||||
font-family: var(--vscode-editor-font-family);
|
||||
font-size: var(--vscode-editor-font-size);
|
||||
|
||||
line-height: 1.357em;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user