Apply margin adjustments to the first hover row

Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
This commit is contained in:
dankeboy36 2022-10-06 20:52:40 +02:00 committed by per1234
parent 5444395f34
commit bc264d1adf

View File

@ -253,9 +253,9 @@
outline-offset: -1px;
}
.monaco-hover p {
margin: 8px 0;
}
.monaco-hover .monaco-tokenized-source {
.monaco-hover .hover-row.markdown-hover:first-child p {
margin-top: 8px;
}
.monaco-hover .hover-row.markdown-hover:first-child .monaco-tokenized-source {
margin-top: 8px;
}