mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 17:22:25 -05:00
give more flexibility to the dialog width setting (#14570)
* give more flexibility to the dialog width setting * one more place
This commit is contained in:
@@ -304,7 +304,7 @@ export interface IModelViewWizardDetails {
|
||||
width: DialogWidth;
|
||||
}
|
||||
|
||||
export type DialogWidth = 'narrow' | 'medium' | 'wide' | number;
|
||||
export type DialogWidth = 'narrow' | 'medium' | 'wide' | number | string;
|
||||
|
||||
export type DialogStyle = 'normal' | 'flyout' | 'callout';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user