From 2de87dcef07743c31188d6114e5cb2ca8687fc79 Mon Sep 17 00:00:00 2001 From: mabashian Date: Tue, 20 Aug 2019 09:35:19 -0400 Subject: [PATCH] Fix prompt modal tab spacing when job launched from within jt form. --- awx/ui/client/legacy/styles/forms.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/awx/ui/client/legacy/styles/forms.less b/awx/ui/client/legacy/styles/forms.less index f5f2cfb3eb..9f31db8a7f 100644 --- a/awx/ui/client/legacy/styles/forms.less +++ b/awx/ui/client/legacy/styles/forms.less @@ -613,6 +613,10 @@ input[type='radio']:checked:before { button { margin-left: 20px; } + + .at-Tab { + margin-left: 0px; + } } .Form-button {