mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Fixes #26886
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user