Skip to content

Commit bc264d1

Browse files
dankeboy36per1234
authored andcommitted
Apply margin adjustments to the first hover row
Signed-off-by: dankeboy36 <[email protected]>
1 parent 5444395 commit bc264d1

File tree

1 file changed

+3
-3
lines changed
  • arduino-ide-extension/src/browser/style

1 file changed

+3
-3
lines changed

Diff for: arduino-ide-extension/src/browser/style/main.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@
253253
outline-offset: -1px;
254254
}
255255

256-
.monaco-hover p {
257-
margin: 8px 0;
256+
.monaco-hover .hover-row.markdown-hover:first-child p {
257+
margin-top: 8px;
258258
}
259-
.monaco-hover .monaco-tokenized-source {
259+
.monaco-hover .hover-row.markdown-hover:first-child .monaco-tokenized-source {
260260
margin-top: 8px;
261261
}

0 commit comments

Comments
 (0)