remove extra scrollbars (#21071)

This commit is contained in:
Lucy Zhang
2022-11-02 10:06:27 -07:00
committed by GitHub
parent 012ab51208
commit fe5cfe40d8

View File

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