1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 06:51:10 +03:00

Fix prompt modal tab spacing when job launched from within jt form.

This commit is contained in:
mabashian 2019-08-20 09:35:19 -04:00
parent 411667773a
commit 2de87dcef0

View File

@ -613,6 +613,10 @@ input[type='radio']:checked:before {
button {
margin-left: 20px;
}
.at-Tab {
margin-left: 0px;
}
}
.Form-button {