From 5cba34c34dc57d361f72d6f3df17468ddbc497dc Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Tue, 31 Mar 2020 12:05:13 -0400 Subject: [PATCH] Use styles to add prompt header spacing --- awx/ui_next/src/components/PromptDetail/PromptDetail.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 && (