diff --git a/awx/ui_next/src/components/AdHocCommands/AdHocCommandsWizard.jsx b/awx/ui_next/src/components/AdHocCommands/AdHocCommandsWizard.jsx index 0348878b5d..66154f0a40 100644 --- a/awx/ui_next/src/components/AdHocCommands/AdHocCommandsWizard.jsx +++ b/awx/ui_next/src/components/AdHocCommands/AdHocCommandsWizard.jsx @@ -87,7 +87,7 @@ function AdHocCommandsWizard({ ), // Removed this line when https://github.com/patternfly/patternfly-react/issues/5729 is fixed - stepNavItemProps: { style: { 'white-space': 'nowrap' } }, + stepNavItemProps: { style: { whiteSpace: 'nowrap' } }, enableNext: true, nextButtonText: t`Next`, canJumpTo: currentStepId >= 2,