mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
fix flexbox height issue for parameter hint on IE and Safari
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user