未验证 提交 b7d28796 编写于 作者: A Alex Ross 提交者: GitHub

Add bottom margin to spans in hovers (#107442)

Fixes #101496
上级 84afb9f0
...@@ -131,3 +131,9 @@ ...@@ -131,3 +131,9 @@
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
text-underline-position: under; text-underline-position: under;
} }
/** 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 {
margin-bottom: 4px;
display: inline-block;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册