Fix code hover span margin

Fixes #107849
This commit is contained in:
Alex Ross
2020-10-01 14:55:16 +02:00
parent 9c53416c7a
commit 60f19d5939

View File

@@ -133,7 +133,7 @@
}
/** Spans in markdown hovers need a margin-bottom to avoid looking cramped: https://github.com/microsoft/vscode/issues/101496 **/
.monaco-hover .markdown-hover .hover-contents span {
.monaco-hover .markdown-hover .hover-contents:not(.code-hover-contents) span {
margin-bottom: 4px;
display: inline-block;
}