提交 31875b67 编写于 作者: R Ramya Achutha Rao 提交者: Dirk Baeumer

Reverting prev fix as it adds gap between docs and list

上级 6d3e6cd3
......@@ -34,18 +34,12 @@
.monaco-editor .suggest-widget.docs-side > .tree,
.monaco-editor .suggest-widget.docs-side > .details {
/* subtract 2px for border, and another 2 for the Chromium zoom issue
where the children get slightly bigger width than what is set
which makes the docs go below the list */
width: calc(50% - 4px);
width: 328px;
}
.monaco-editor.hc-black .suggest-widget.docs-side > .tree,
.monaco-editor.hc-black .suggest-widget.docs-side > .details {
/* subtract 4px for border, and another 2 for the Chromium zoom issue
where the children get slightly bigger width than what is set
which makes the docs go below the list */
width: calc(50% - 6px);
width: 326px;
}
/* Styles for Message element for when widget is loading or is empty */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册