fix flexbox height issue for parameter hint on IE and Safari

This commit is contained in:
rebornix
2017-02-03 15:15:35 -08:00
parent 2b271002cd
commit e73faed9f1

View File

@@ -14,7 +14,6 @@
.monaco-editor .parameter-hints-widget > .wrapper {
max-width: 440px;
height: 100%;
display: flex;
flex-direction: column;
}
@@ -56,7 +55,6 @@
}
.monaco-editor .parameter-hints-widget .docs {
height: 100%;
padding: 0 10px 0 5px;
}