mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
Fix resource viewer grid resizing (#13197)
* Fix resource viewer grid resizing * keep height
This commit is contained in:
@@ -115,6 +115,7 @@ export class ResourceViewerInput extends EditorInput {
|
||||
resizable: col.resizable ?? true,
|
||||
tooltip: col.tooltip,
|
||||
width: col.width,
|
||||
minWidth: col.width,
|
||||
type: col.type
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user