fix fonts in suggest, parameter hints

This commit is contained in:
Joao Moreno
2016-09-12 12:51:00 +02:00
parent e928e758b6
commit 77d8f8b5f4
2 changed files with 1 additions and 4 deletions

View File

@@ -7,9 +7,9 @@
z-index: 10;
background-color: #F3F3F3;
border: 1px solid rgb(200, 200, 200);
/*padding: 0 0.5em 0 0.5em;*/
display: flex;
flex-direction: column;
line-height: 1.5em;
}
.monaco-editor .parameter-hints-widget > .wrapper {
@@ -58,7 +58,6 @@
.monaco-editor .parameter-hints-widget .docs {
height: 100%;
padding: 0 10px 0 5px;
font-size: 95%;
}
.monaco-editor .parameter-hints-widget .buttons {