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 4be533f commit d54efb5Copy full SHA for d54efb5
src/vs/editor/contrib/suggest/browser/suggestWidget.ts
@@ -762,7 +762,7 @@ export class SuggestWidget implements IDisposable {
762
let width = size.width;
763
764
// status bar
765
- this._status.element.style.lineHeight = `${info.itemHeight}px`;
+ this._status.element.style.height = `${info.itemHeight}px`;
766
767
if (this._state === State.Empty || this._state === State.Loading) {
768
// showing a message only
0 commit comments