fix board selection and workspace input dialogs width and height (#1406)

* fix board selection and workspace input dialogs width and height

* use same dialog for new file and rename

* fix board list getting small when filtering

* board select dialog: show variant text when no board is found

* fix addition boards url outline
This commit is contained in:
Alberto Iannaccone
2022-09-20 14:36:02 +02:00
committed by GitHub
parent 8de6cf84d9
commit 8a5995920a
9 changed files with 74 additions and 32 deletions

View File

@@ -18,6 +18,7 @@ export class WorkspaceInputDialog extends TheiaWorkspaceInputDialog {
protected override readonly labelProvider: LabelProvider
) {
super(props, labelProvider);
this.node.classList.add('workspace-input-dialog');
this.appendCloseButton(
nls.localize('vscode/issueMainService/cancel', 'Cancel')
);