mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 17:23:15 -05:00
decrease length of installed packages table (#17556)
This commit is contained in:
@@ -92,7 +92,7 @@ export class InstalledPackagesTab {
|
||||
}
|
||||
],
|
||||
data: [[]],
|
||||
height: '600px',
|
||||
height: '500px',
|
||||
width: '400px'
|
||||
}).component();
|
||||
this.disposables.push(this.installedPackagesTable.onCellAction(async (rowState) => {
|
||||
|
||||
Reference in New Issue
Block a user