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: [[]], data: [[]],
height: '600px', height: '500px',
width: '400px' width: '400px'
}).component(); }).component();
this.disposables.push(this.installedPackagesTable.onCellAction(async (rowState) => { this.disposables.push(this.installedPackagesTable.onCellAction(async (rowState) => {