Skip to content

Commit 60f19d5

Browse files
committed
Fix code hover span margin
Fixes microsoft#107849
1 parent 9c53416 commit 60f19d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/base/browser/ui/hover/hover.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
}
134134

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

0 commit comments

Comments
 (0)