We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ed637 commit d108ec7Copy full SHA for d108ec7
1 file changed
src/vs/editor/contrib/hover/browser/hover.css
@@ -19,6 +19,7 @@
19
box-sizing: initial;
20
animation: fadein 100ms linear;
21
animation: fadein 100ms ease-in;
22
+ line-height: 1.5em;
23
}
24
25
.monaco-editor-hover.hidden {
@@ -30,7 +31,7 @@
30
31
32
33
.monaco-editor-hover .hover-row {
- padding: 0.5em 0.5em;
34
+ padding: 4px 5px;
35
36
37
.monaco-editor-hover .hover-row:not(:first-child):not(:empty) {
@@ -39,7 +40,7 @@
39
40
41
.monaco-editor-hover p,
42
.monaco-editor-hover ul {
- margin: 0.6em 0;
43
+ margin: 8px 0;
44
45
46
.monaco-editor-hover p:first-child,
@@ -53,7 +54,6 @@
53
54
55
56
- line-height: 1.8em;
57
list-style-position: inside;
58
-webkit-padding-start: 6px;
59
0 commit comments