mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
no hover padding when showing html element contents, fyi @Tyriar
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.monaco-hover .hover-contents {
|
||||
.monaco-hover .hover-contents:not(.html-hover-contents) {
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user