提交 bb67b69a 编写于 作者: J João Moreno 提交者: GitHub

Merge pull request #19885 from rebornix/FlexBox

fix flexbox height issue for parameter hint on IE and Safari
......@@ -14,7 +14,6 @@
.monaco-editor .parameter-hints-widget > .wrapper {
max-width: 440px;
height: 100%;
display: flex;
flex-direction: column;
}
......@@ -43,7 +42,6 @@
}
.monaco-editor .parameter-hints-widget.multiple .body {
height: 100%;
border-left: 1px solid rgba(204, 204, 204, 0.5);
}
......@@ -56,7 +54,6 @@
}
.monaco-editor .parameter-hints-widget .docs {
height: 100%;
padding: 0 10px 0 5px;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册