diff --git a/src/cdk/dialog/dialog-config.ts b/src/cdk/dialog/dialog-config.ts index 888b5efc3c51..e61ed8e561d7 100644 --- a/src/cdk/dialog/dialog-config.ts +++ b/src/cdk/dialog/dialog-config.ts @@ -74,7 +74,7 @@ export class DialogConfig { /** Min-height of the dialog. If a number is provided, assumes pixel units. */ minHeight?: number | string; - /** Max-width of the dialog. If a number is provided, assumes pixel units. Defaults to 80vw. */ + /** Max-width of the dialog. If a number is provided, assumes pixel units. */ maxWidth?: number | string; /** Max-height of the dialog. If a number is provided, assumes pixel units. */