This commit is contained in:
Ramya Achutha Rao
2017-05-24 11:25:31 -07:00
parent 321d8095cf
commit 78d4aa67e4
@@ -34,12 +34,18 @@
.monaco-editor .suggest-widget.docs-side > .tree,
.monaco-editor .suggest-widget.docs-side > .details {
width: 328px;
/* 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);
}
.monaco-editor.hc-black .suggest-widget.docs-side > .tree,
.monaco-editor.hc-black .suggest-widget.docs-side > .details {
width: 326px;
/* 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);
}
/* Styles for Message element for when widget is loading or is empty */