mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Merge pull request #10081 from nixocio/ui_fix_style_warning
Fix unit-test styling warning
Fix unit-test styling warning.
Warning: Unsupported style property white-space. Did you mean
whiteSpace?
Style still valid after change:
Reviewed-by: Alex Corey <Alex.swansboro@gmail.com>
This commit is contained in:
commit
72a940bef1
@ -87,7 +87,7 @@ function AdHocCommandsWizard({
|
||||
<AdHocExecutionEnvironmentStep organizationId={organizationId} />
|
||||
),
|
||||
// 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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user