mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-11 11:19:26 +00:00
Apply margin adjustments to the first hover row
Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user