We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb3511 commit 58ff3c9Copy full SHA for 58ff3c9
src/vs/workbench/services/suggest/browser/media/suggest.css
@@ -292,8 +292,8 @@
292
}
293
294
.workbench-suggest-widget .monaco-list .monaco-list-row > .contents > .main > .left {
295
- flex-shrink: 1;
296
- flex-grow: 1;
+ flex-shrink: 0;
+ flex-grow: 10;
297
overflow: hidden;
298
299
@@ -311,7 +311,7 @@
311
312
.workbench-suggest-widget .monaco-list .monaco-list-row > .contents > .main > .right {
313
314
- flex-shrink: 4;
+ flex-shrink: 10;
315
max-width: 70%;
316
317
0 commit comments