Keep text from jumping when showing port input

Fixes microsoft/vscode-remote-release#4729
This commit is contained in:
Alex Ross 2021-03-23 15:12:05 +01:00
parent 64381abea9
commit a780b76b9d
No known key found for this signature in database
GPG key ID: 89DDDBA66CBA7840

View file

@ -393,6 +393,7 @@ class ActionBarRenderer extends Disposable implements ITableRenderer<ActionBarCe
this.inputDone(false, false);
this.inputDone = undefined;
}
container.style.paddingLeft = '5px';
const value = editableData.startingValue || '';
const inputBox = new InputBox(container, this.contextViewService, {
ariaLabel: nls.localize('remote.tunnelsView.input', "Press Enter to confirm or Escape to cancel."),