We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eaf8ed commit c974420Copy full SHA for c974420
packages/pf4-component-mapper/src/wizard/wizard.js
@@ -97,7 +97,7 @@ const WizardInternal = ({
97
container={state.container}
98
aria-labelledby={rest.name}
99
{...ModalProps}
100
- className={inModal ? ` pf-v5-c-wizard${ModalProps.className || ''}` : ModalProps.className}
+ className={inModal ? `pf-v5-c-form${ModalProps.className || ''}` : ModalProps.className}
101
>
102
<div
103
tabIndex={inModal ? 0 : null}
0 commit comments