diff --git a/awx/ui_next/src/components/PromptDetail/PromptDetail.jsx b/awx/ui_next/src/components/PromptDetail/PromptDetail.jsx index ee47c9d9a4..ec85962cd7 100644 --- a/awx/ui_next/src/components/PromptDetail/PromptDetail.jsx +++ b/awx/ui_next/src/components/PromptDetail/PromptDetail.jsx @@ -9,6 +9,7 @@ import styled from 'styled-components'; const PromptHeader = styled.h2` font-weight: bold; + margin: var(--pf-global--spacer--lg) 0; `; function hasPromptData(launchData) { @@ -49,9 +50,7 @@ function PromptDetail({ i18n, resource, launchConfig = {} }) { {hasPromptData(launchConfig) && ( <> -
{i18n._(t`Prompted Values`)} -
{launchConfig.ask_job_type_on_launch && (