cleaning the code, it works now

This commit is contained in:
Aiday Marlen Kyzy
2023-07-12 12:49:48 +02:00
parent 28173537e1
commit e1becd2eb8
3 changed files with 31 additions and 4 deletions

View File

@@ -12,6 +12,7 @@
box-sizing: border-box;
animation: fadein 100ms linear;
line-height: 1.5em;
white-space: var(--vscode-hover-whiteSpace);
}
.monaco-hover.hidden {
@@ -105,7 +106,7 @@
}
.monaco-hover .monaco-tokenized-source {
white-space: pre-wrap;
white-space: var(--vscode-hoverSource-whiteSpace);
}
.monaco-hover .hover-row.status-bar {