mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
remove extra scrollbars (#21071)
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user