We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564bf0d commit 456c02fCopy full SHA for 456c02f
styles/atom-ide-datatips-marked.less
@@ -9,7 +9,7 @@
9
color: @syntax-text-color;
10
font-family: var(--editor-font-family);
11
font-size: var(--editor-font-size);
12
- max-height: 48em;
+ max-height: 480px;
13
max-width: 64em;
14
overflow: auto;
15
white-space: normal;
styles/atom-ide-datatips.less
@@ -10,7 +10,7 @@
position: relative;
pointer-events: all;
overflow: none;
16
@@ -33,7 +33,7 @@
33
background-color: @syntax-background-color;
34
display: flex;
35
36
37
38
transition: background-color 0.15s ease;
39
padding: 8px;
0 commit comments