render text and details, only detail supports mini-md

This commit is contained in:
Johannes Rieken
2021-08-20 16:48:17 +02:00
parent 9652c1aeee
commit 61e2a76157
3 changed files with 18 additions and 7 deletions

View File

@@ -137,7 +137,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:not(.code-hover-contents) span {
.monaco-hover .markdown-hover .hover-contents:not(.code-hover-contents):not(.html-hover-contents) span {
margin-bottom: 4px;
display: inline-block;
}