Skip to content

Commit 58ff3c9

Browse files
authored
prioritize suggest label over details (microsoft#255208)
fix microsoft#253455
1 parent 9cb3511 commit 58ff3c9

File tree

1 file changed

+3
-3
lines changed
  • src/vs/workbench/services/suggest/browser/media

1 file changed

+3
-3
lines changed

src/vs/workbench/services/suggest/browser/media/suggest.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@
292292
}
293293

294294
.workbench-suggest-widget .monaco-list .monaco-list-row > .contents > .main > .left {
295-
flex-shrink: 1;
296-
flex-grow: 1;
295+
flex-shrink: 0;
296+
flex-grow: 10;
297297
overflow: hidden;
298298
}
299299

@@ -311,7 +311,7 @@
311311

312312
.workbench-suggest-widget .monaco-list .monaco-list-row > .contents > .main > .right {
313313
overflow: hidden;
314-
flex-shrink: 4;
314+
flex-shrink: 10;
315315
max-width: 70%;
316316
}
317317

0 commit comments

Comments
 (0)