no hover padding when showing html element contents, fyi @Tyriar

This commit is contained in:
Johannes Rieken
2021-08-19 17:11:52 +02:00
parent 58506774a1
commit d6a31ab3b0
2 changed files with 2 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
display: none;
}
.monaco-hover .hover-contents {
.monaco-hover .hover-contents:not(.html-hover-contents) {
padding: 4px 8px;
}