Environment
- Package version(s):
- Browser and OS versions:
Feature request
currently the multi step dialog component has:
private getDialogStyle() { return { minWidth: MIN_WIDTH, paddingBottom: PADDING_BOTTOM, ...this.props.style }; }
which hardcodes the dialog width and forces users (me) to use important flag in css to override.
Examples