decrease length of installed packages table (#17556)

This commit is contained in:
Lucy Zhang
2021-11-02 12:04:39 -07:00
committed by GitHub
parent 0d485ffe2b
commit 8c3c18e8dc

View File

@@ -92,7 +92,7 @@ export class InstalledPackagesTab {
}
],
data: [[]],
height: '600px',
height: '500px',
width: '400px'
}).component();
this.disposables.push(this.installedPackagesTable.onCellAction(async (rowState) => {